Checkout - flow
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: Redirect the Customer
Response
Step 3: After the Payment
Last updated