Skip to main content
GET
/
banks
Get banks
curl --request GET \
  --url https://processor-prod.up.railway.app/banks \
  --header 'x-service-key: <api-key>'
{
  "success": true,
  "status": 200,
  "message": "Banks fetched successfully",
  "timestamp": "2025-09-09T17:13:01.632Z",
  "data": [
    {
      "name": "Access Bank",
      "code": "000014",
      "icon": "https://api.bread.africa/assets/banks/access-bank.png"
    }
  ]
}

Authorizations

x-service-key
string
header
required

Query Parameters

currency
enum<string>
required

Filter banks by currency code

Available options:
NGN
Example:

"ngn"

Response

200 - application/json

Banks fetched successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Banks fetched successfully"

timestamp
string<date-time>
Example:

"2025-09-09T17:13:01.632Z"

data
object[]
I