cURL
curl --request POST \ --url https://veripay.datagora.mx/api/v1/cep/zip_auto \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "fecha": "2023-12-25", "clave_rastreo": "<string>", "cuenta": "<string>", "monto": 123, "emisor": "<string>", "receptor": "<string>" } '
"<string>"
Devuelve un ZIP con CEP en PDF y XML, usando inferencia automática.
API key con formato vk_live_xxxxxxxx.SECRETO. Crea una desde el dashboard.
vk_live_xxxxxxxx.SECRETO
CLABE o tarjeta del receptor.
Opcional. Si lo proporcionas se omite la inferencia del emisor.
Opcional. Si lo proporcionas se omite la inferencia del receptor.
CEP encontrado
The response is of type file.
file