Collect For Payment
This is the first of a two-step process; where the first step initializes (returning transaction details) THEN the second is a confirmation request for the process to continue.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 202,
"status": "accepted",
"message": "Transaction Initiated. Pending Customer Confirmation",
"data": {
"id": 5742,
"merchant_reference": "CSTREFYSCJBGSCSSMN2N",
"internal_reference": "GOVBILGBHCVVGFZ6VFRFYJ",
"transaction_type": "COLLECTION",
"request_currency": "UGX",
"request_amount": 80000,
"transaction_currency": "UGX",
"transaction_amount": 80000,
"transaction_fee": 2000,
"charge_customer": false,
"total_credit": 78000,
"provider_code": "mtn_momo_ug",
"transaction_status": "PENDING",
"status_message": "Transaction Initiated"
}
}Last updated