cURL
curl --request GET \ --url https://dev-api.hyperail.io/api/v1/transfers/banks/{bank-code}/branches \ --header 'Authorization: Bearer <token>' \ --header 'x-service-source: <x-service-source>'
{ "bankCode": "string", "bankName": "string" }
Retrieves a list of supported branches for a for transfers in the specified mode and selected currency
API key authentication using Bearer token
Identifies the calling service
"HyperRails"
This is the bank code of the account number on our system.
A JSON array of bank branches objects.
"string"
Was this page helpful?