Getting Started
Collections are payments that the merchant receives into their account. The sections here will highlight how the GBiPayments platform supports these.
Prerequisites
Collection API Request
{
"merchant_reference": "auto",
"transaction_method": "MOBILE_MONEY",
"currency": "UGX",
"amount": 1000,
"provider_code": "mtn_momo_ug",
"msisdn": "256777000001",
"customer_name": "JOHN DOE",
"description": "Test Collection"
}
/*sample acknowledgement would be something like the following*/
{
"code": 202,
"status": "accepted",
"message": "Request Accepted",
"data": {
"internal_reference": "GBPREFFFZNGLVH96GSKK",
"merchant_reference": "MCTREFBNKWHXANJBYX2L"
}
}Final Status Notification
Handling Other Callbacks - Optional
Transaction Charges Notification
Payment Instructions Notification
Last updated