Fetch Banks
Get Cakes
GET
https://sagecloud.ng/api/v2/transfer/get-transfer-data
This endpoint allows you to fetch all banks.
Headers
Name
Type
Description
Authorization
string
Check the Headers page.
{
"success": true,
"banks": [
{
"cbn_code": "044",
"bank_name": "Sample Bank plc"
},
{
"cbn_code": "044",
"bank_name": "Sample Bank plc"
},
...
],
"wallet": {
"account_number": "10XXXXXXXXX",
"status": "ACTIVE",
"balance": 278.5
}
}
Last updated
Was this helpful?