List Bank Codes
An API to help you get information about the list of banks allowed for the country you want to work.
GET /v2/list-banks
curl -v --location --request GET 'https://sandbox.smartfastpay.com/v2/list-banks?country=ECU' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \'Parameter
Type
Required
Description
{
"requestId": "167ffff1-b58b-4d1b-909e-ff714c594967",
"data": [
{
"code": "0017",
"name": "Banco_de_guayaquil_sa",
"description": "Banco de Guayaquil SA",
},
{
"code": "0024",
"name": "Banco_city_bank",
"description": "Banco City Bank",
}
]
}Parameter
Description
Last updated