Getting Started
Collections are payments that the merchant/MDA receives into their account. The sections here will highlight how the GovBill platform supports these.
Pre-requisites
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": "GOVBILPHEZBZJEEJMLGH",
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y"
}
}Transaction charges notification - Optional
Request confirmation - Optional
Redirect to payment URL - Optional
Final status notification
Last updated