NGN Bank Transfers - Hosted Page
The hosted page workflow is the other way of accepting NGN bank payments. The merchant initiates a request and in response is given a URL to which the user is redirected to complete the payment
Overview
Step 1: Obtain the required data for the payment request
Parameter
Type
Required
Description
{
"merchant_reference": "auto",
"transaction_method": "BANK",
"currency": "NGN",
"amount": 4000,
"provider_code": "bank_ng",
"customer_email": "[email protected]",
"customer_name": "JOHN DOE",
"description": "Test Collection",
"charge_customer": false,
"allow_final_status_change": true,
"redirect_url": "https://your-redirect-url"
}Step 2: Redirect to Payment URL
Step 3: Handle the redirect and/or callback
Redirect
Callback/Webhook
Last updated