Non‑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: Complete the Payment
Params
Name
Type
Description
Headers
Name
Type
Description
Request
Response
Step 3: After the Payment
Last updated