Catálogos del API Bancario

API 1.0.0

El grupo Catalogs publica los valores que tu integración debe usar en los campos de identificación de cliente, en vez de codificarlos a mano.

GET /api/public/v1/catalogs/customer-identification-types

Filtrá por country_code de dos letras para obtener los tipos vigentes en ese país. Consultá el catálogo al iniciar la integración y cacheá el resultado; leelo de nuevo antes de agregar un país nuevo.

Operaciones#

List customer identification person types

GET /api/public/v1/catalogs/customer-identification-types

Host: https://api-baas-sandbox.tilopay.com requiere Authorization: Bearer <access_token>.

Returns the distinct customer person types (individual, business, both) available for the authenticated tenant, optionally filtered by country. This is a person-type classification, not the payment identification-document catalog (cedula, juridica, dimex, ...) used by identification.type on POST /payments.

Parámetros

ParámetroEnTipoObligatorioDescripción
X-Correlation-IdheaderstringOptional client-supplied correlation id for end-to-end tracing. Echoed back as correlation_id in the response envelope. If omitted, the API generates one and still returns it.
country_codequerystringOptional ISO-2 country code used to filter results. A legacy country query parameter is also accepted as an alias when country_code is omitted; prefer country_code.

Respuesta 200

The request was processed successfully.

response_code: OK

CampoTipoObligatorioDescripción
itemsarray<object>
items[].codestring

Respuestas de error

HTTPresponse_codeDescripción
401UNAUTHORIZEDUnauthorized. Verify your session or credentials.
403FORBIDDENYou do not have permission to perform this action.
429TOO_MANY_REQUESTSToo many requests. Please retry after a short delay.
500INTERNAL_ERRORAn unexpected error occurred. Please try again later.
502Dependency error
503SERVICE_UNAVAILABLEA required service is temporarily unavailable. Please try again later.

Última verificación: 2026-09-02 · Responsable: equipo-integraciones

Ver como Markdown crudo