Skip to main content
GET
/
transfers
/
banks
/
{currency}
cURL
curl --request GET \
  --url https://api.spotflow.co/api/v1/transfers/banks/{currency} \
  --header 'Authorization: Bearer <token>'
[
  {
    "bankCode": "PB-56234",
    "bankName": "Nombank"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

currency
string
required

Currently we support NGN or GHS

Response

A JSON array of bank list objects.

bankCode
string
Example:

"PB-56234"

bankName
string
Example:

"Nombank"