Checkout - flow
Step 1: Initialize the Payment
Name
Type
Description
{
"amount":120,
"country":"GH",
"currency":"GHS",
"method":"card",
"narration":"Test Narration",
"operator":"mpgs",
"redirect_success_url":"https://alexpay-mpgs.vercel.app/api/confirm",
"redirect_failed_url":"https://alexpay-mpgs.vercel.app/api/failed",
"webhook_url":"{{webhook_url}}",
"integration_type":"DIRECT_API"
}Step 2: Redirect the Customer
Response
Step 3: After the Payment
Last updated