v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
CEP

Query CEP

Queries a CEP (Comprobante Electronico de Pago) issued by Banxico for a given transfer.

post/cep/

Request body

amountstring required
beneficiary_accountstring required
clave_rastreostring required
operation_datestring required
sender_bank_keystring required
beneficiary_bank_keystring

Example request

{
  "amount": "0.01",
  "beneficiary_account": "021910063860653729",
  "clave_rastreo": "CR17175896822480742",
  "operation_date": "05/06/2024",
  "sender_bank_key": "90646",
  "beneficiary_bank_key": "40021"
}

Response

CEP query was successful.

statusstring

Example response

{
  "status": "success",
  "cep": {
    "account_beneficiary": "002569934440610924",
    "account_sender": "014733358109857978",
    "amount": 0.01,
    "available": true,
    "beneficiary_name": "CHAPULIN COLORADO",
    "beneficiary_rfc": "KIYR010412WI1",
    "description": "Transfer Concept",
    "operation_date": "2024-09-13T00:00:00-06:00",
    "operation_date_cep": "2024-09-13T14:57:28-06:00",
    "sender_name": "TEST COMPANY 1233",
    "sender_rfc": "GIHE001007CRP",
    "certificate_serial_number": "00001000000599999999",
    "signature": "asd9AsrQMsLQPKCqv1HHeOVz9yI....",
    "beneficiary_bank_key": "80002",
    "sender_bank_key": "90014",
    "clave_rastreo": "CR999999999999999",
    "cadena_original": "...",
    "url_zip": "/cep/CEP-20240913-CR999999999999999.zip"
  }
}