Skip to main content
POST
/
v1
/
cep
/
xml_auto
Descargar CEP XML (modo auto)
curl --request POST \
  --url https://veripay.datagora.mx/api/v1/cep/xml_auto \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "fecha": "2025-08-15",
  "clave_rastreo": "CR12345678",
  "cuenta": "012180001234567890",
  "monto": 1234.56
}
'
"<string>"

Authorizations

x-api-key
string
header
required

API key con formato vk_live_xxxxxxxx.SECRETO. Crea una desde el dashboard.

Body

application/json
fecha
string<date>
required
clave_rastreo
string
required
cuenta
string
required

CLABE o tarjeta del receptor.

monto
number<float>
required
emisor
string

Opcional. Si lo proporcionas se omite la inferencia del emisor.

receptor
string

Opcional. Si lo proporcionas se omite la inferencia del receptor.

Response

CEP encontrado. Headers X-Inferred-Emisor / X-Inferred-Receptor indican qué se dedujo.

The response is of type file.