Skip to main content
GET
/
banks
/
{reference}
Get bank
curl --request GET \
  --url https://api.prod.payana.cloud/public/api/v1/banks/{reference} \
  --header 'api-key: <api-key>'
{
  "reference": "8b1895e2-5b13-4fa1-9633-382639b6d0e3",
  "name": "Banco de Bogotá",
  "bank_code": "001",
  "logo": "https://example.com/logo.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.

Path Parameters

reference
string
required

Referencia del banco (UUID).

Response

Bank 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.