Collect For Payment
GovBill supports MDAs that remit/settle to URA the ability to collect funds (using the available methods) and directly use said funds to do PRN payments.
Step 1: Form the request payload
Parameter
Type
Required
Description
{
"merchant_reference": "auto",
"transaction_method": "MOBILE_MONEY",
"currency": "UGX",
"amount": 25000,
"provider_code": "mtn_momo_ug",
"msisdn": "256772000001",
"customer_email": "[email protected]",
"customer_name": "JOHN DOE",
"description": "PRN Payment",
"prn": "2250000001301"
}{
"merchant_reference": "auto",
"transaction_method": "CARD",
"currency": "UGX",
"amount": 25000,
"provider_code": "card_ug",
"customer_email": "[email protected]",
"customer_name": "JOHN DOE",
"description": "PRN Payment",
"prn": "2250000001301",
"require_confirmation": false
}Step 2: Payment confirmation notification
Last updated