Get Banks
Read on populating banks available for payout
The bank and branch APIs provide the list of banks and their respective branches that are available in the destination country.
Get bank list
GET /banks?country={{country}}
GET /banks?country={{country}}
Name
Type
Required
Description
Get bank by ID
GET /banks/{{bankId}}
GET /banks/{{bankId}}
curl --location --request GET '{{url}}/banks/{bank_id}' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'
Last updated
Was this helpful?