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" }
Get details of all banks, their names and codes. Currently, this is for NGN and GHS only.
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?