📘

Availability

This feature is available to all customers and can be enabled from the dashboard


Bank Transfer payment enables you to receive payment by creating temporary bank accounts. The temporary account number provided can be used to receive payment for the duration of its expiry.


Create Payment

At the point of payment, you encrypt a request of the object below, passing the reference, paymentoption, country and banktransfer object. The bank_transfer object takes the bankcode which is used to determine what bank account to create to receive payment.

{
    "reference": "{{orderreference}}",
    "paymentoption": "bank-transfer",
    "country": "NG",
    "BankTransfer": {
        "bankcode": "00017"
    }
}