Getting Started
Collections are payments that the merchant receives into their account. The sections here will highlight how the DusuPay platform supports these.
The collection API request
{
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y",
"transaction_method": "MOBILE_MONEY",
"currency": "UGX",
"amount": 1000,
"provider_code": "mtn_ug",
"msisdn": "256777000001",
"customer_name": "JOHN DOE",
"description": "Test Collection",
"allow_final_status_change": true
}
/*sample acknowledgement would be something like the following*/
{
"code": 202,
"status": "accepted",
"message": "Request Accepted",
"data": {
"internal_reference": "DUSUPAYRMGRXNNYBWATKJ",
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y"
}
}Redirect to Payment URL - Optional
Payment instructions notification - Optional
Final status notification
Transaction final status change
Last updated