Banks

Read on retrieving available banks

The bank and branch APIs provide the list of banks and their respective branches that are available in the destination country.

Bank Object

Branch Object

Get bank list

GET /v2/banks

Get banks by country

GET /v2/banks?countryCode={{countryCode}}

curl -X GET {{url}}/v2/banks?countryCode=KEN \
  -H 'Accept: application/json' \
  -H 'X-Client-Id: clientid' \
  -H 'X-Client-Secret: clientsecret'

Get banks by ID

GET /v2/banks/{{bankId}}

Last updated