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Á"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.