v1
latestOpenAPI 3.0.02026-07-14866188.2 KBPayouts
Payout to Bank in a supported Country.
post/v0.2.4/payouts/bank
Request body
Example request
{
"subAccount": "1234567",
"debitCurrency": "CAD",
"banks": [
{
"countryToSend": "Nigeria",
"account_bank": "044",
"account_number": "0690000031",
"valueInUSD": 10,
"amount": 10,
"reference": "1234567890",
"fullname": "Jane Doe",
"branch_code": "GH190101",
"narration": "Monthly Salary Payment",
"collectionPaymentIssueID": "1209992222"
}
]
}Response
Success.
Example response
{
"status": "success",
"message": "Bank Payout is successfull"
}