Payout bank.

This endpoint enables bank payouts.

๐Ÿ“˜

banks is required

The banks parameter contains an array/list of bank related information for the payout.
Check out the Knowing The API section of the documentation for more information.

Example Format For Banks in Nigeria

{
    "banks": [
        {
            "countryToSend": "Nigeria",
            "account_bank": "044",
            "account_number": "0690000032",
            "valueInUSD": 10,
            "reference": ""
        }
    ]
}

Example Format For Banks in Other Countries e.g Kenya or Ghana

{
    "banks": [
        {
            "countryToSend": "Kenya",
            "account_bank": "044",
            "account_number": "0690000032",
            "valueInUSD": 10,
            "reference": "",
            "fullname" : "John Doe"
        }
    ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!