Confirm Payment Request
This is the second step of the 2-step process of completing funds collection. It depends on the first one and only uses a valid reference returned from step 1.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 202,
"status": "accepted",
"message": "You will receive a prompt to pay UGX 81,000 on your mobile. Enter PIN to approve payment",
"data": {}
}
OR
{
"code": 202,
"status": "accepted",
"message": "Redirect to URL for the payment of UGX 25,000",
"data": {
"payment_url": "https://payment-page-url"
}
} {
"code": 400,
"status": "error",
"message": "256752000001 is not a valid MTN Mobile Money Uganda (mtn_momo_ug) phone number",
"data": {
"internal_reference": "GOVNETQJ7CA7ESLZCRBXSX"
}
}Last updated