Skip to main content
GET
/
banks
/
list
cURL
curl --request GET \
  --url https://api-test.klyme.io/api/v1/banks/list \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "bank_id": "monzo_ob",
    "bank_name": "Monzo",
    "logo": "https://images.minmoa.com/bank-logos/monzo.png",
    "countries": [
      "GB"
    ],
    "created_at": "2025-02-26 19:15:03"
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Get payment status response

bank_id
string
Example:

"monzo_ob"

bank_name
string
Example:

"Monzo"

Example:

"https://images.minmoa.com/bank-logos/monzo.png"

countries
string[]
Example:
["GB"]
created_at
string<date-time>
Example:

"2025-02-26 19:15:03"