Bank list
Bank codes are used to identify banks in a particular region/country.


Last updated
Bank codes are used to identify banks in a particular region/country.


Last updated
GET /v1/banks HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"status": "success",
"message": "text",
"data": {
"bank_name": "text",
"bank_code": "text"
},
"meta": {},
"errors": {
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
},
"is_error": true
}