Get all banks
Get all the supported banks when you are in the process of initiating a payout
Make a get request to all available banks
Query Parameters
Name
Type
Description
{
"code": "XXXX",
"message": "Invalid currency"
}// Fetch all the banks in Rwanda (country=RW and currency=RWF)
[
{
"bankName": "Ecobank RW",
"bankCode": "508"
}
]Last updated