post https://api.chimoney.io/v0.2/payouts/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"
}
]
}