Non‑Checkout Flow
How the Non‑Checkout Mobile Money Flow Works
Step 1: Initialize the Payment
Name
Type
Description
//mobile money method
{
"currency": "GHS",
"country": "GH",
"narration": "payment for XYZ",
"method": "mobilemoney",
"amount": 10,
"webhook_url": "{{webhook_url}}",
"redirect_url": ""
}Step 2: Complete the Payment
Params
Name
Type
Description
Headers
Name
Type
Description
Request
Response
Step 3: After the Payment
Last updated