v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Retrieve Issuers

get/issuers

Query parameters

checkout_sessionstring

The checkout session identifier (UUID, 36 chars).

country_codestring

Country code (ISO 3166-1).

payment_methodstring

Defines the payment method used to filter issuers. This parameter ensures the response includes only issuers that support the specified payment method

Response

200

Example response

{
  "issuers": [
    {
      "id": "1001",
      "name": "BANCO DE BOGOTÁ"
    }
  ]
}