get https://sandbox.link.kiban.cloud/api/v1/cep/validate/
Intro
With this API you can retrieve the specific fields for an specific execution realized
Important Points
Path Parameter
Is necessary to send the id to recover the specific request data.
Response
Kiban will return the specific requested data:
{
"id": "640299c9b37cb2ea804e6939",
"createdAt": "2023-03-04T01:07:21.997276395Z",
"finishedAt": "2023-03-04T01:07:22.37256414Z",
"duration": 375,
"status": "SUCCESS",
"request": {
"criterio": "123456789987654321",
"cuenta": "987654321123456789",
"emisor": "40002",
"fecha": "28-02-2023",
"monto": 3441.79,
"receptor": "40058",
"receptorParticipante": false,
"tipoCriterio": "T"
},
"response": {
"beneficiario": {
"bancoReceptor": "BANREGIO",
"concepto": "pago reserva",
"cuenta": "987654321123456789",
"iva": "0.00",
"montoPago": "3441.79",
"nombre": "LUIS ALEJANDRO MAGNO TERCERO",
"rfc": "MATL900119U24",
"tipoCuenta": "40"
},
"ordenante": {
"bancoEmisor": "BANAMEX",
"cuenta": "002180902667895551",
"nombre": "JOSE,LOPEZ/CASTILLO",
"rfc": "LOCJ891127J70",
"tipoCuenta": "40"
},
"status": "FOUND"
}
}