Skip to main content
GET
/
banks
List banks
curl --request GET \
  --url https://api.prod.payana.cloud/public/api/v1/banks \
  --header 'api-key: <api-key>'
[
  {
    "reference": "8b1895e2-5b13-4fa1-9633-382639b6d0e3",
    "name": "Banco de Bogotá",
    "bank_code": "001",
    "logo": "https://example.com/logo.png"
  },
  {
    "reference": "9c2a8e3f-6b24-5fb2-a744-493750c7e1f4",
    "name": "Banco de Occidente",
    "bank_code": "023",
    "logo": "https://example.com/logo2.png"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.payana.la/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

API key provista por Payana.

Response

Banks list response

reference
string
required

Referencia única del banco (UUID).

name
string
required

Nombre del banco.

bank_code
string
required

Código del banco.

URL del logo del banco.