4.3. Get Status By Order Tracking Key [GET /api/1.0/orders/status]

This service is responsible for retrieving the status of a specific transaction, where the client can query using a specific field or tracking key.


4.3.1. get Status By Order Tracking Key Request


Example of request

URL:/api/1.0/orders/status?trackingKey=2024051990684AWSPJ15019930556B&paymentDay=1716114930765


4.3.2. get Status By order Tracking Key Response


Example Response

{

"code": 200,

"data": {

"beneficiaryBank": "40159",

"payerUid": "DDAJ880315LU1",

"beneficiaryAccountType": 9,

"concept": "Payment",

"sign": "sign",

"type": 0,

"scattered": "false,

"numericalReference": 0,

"createdAt": 1618338314384,

"queuedAt": null,

"payerAccountType": 40,

"paymentDay": 1716114930765,

"trackingKey": "2024051990684AWSPJ15019930556B",

"beneficiaryName": "JUAN PEREZ",

"payerName": "Cost Center Test",

"errorDetail": null,

"id": "c1fd3739-7a1c-4f36-91ea-625929eb54f1",

"updatedAt": null,

"payerBank": "90684",

"amount": 9999999999.99,

"productId": "1791a508-0eff-4f87-af4a-f687f1de757e",

"sentAt": null,

"settlementDate": null,

"sent": false,

"beneficiaryUid": null,

"payerAccount": "684180017999000012",

"canceled": false,

"canceledAt": null,

"webhookNotify": false,

"beneficiaryAccount": "684180017001000024",

"subProductId": "a3346924-251a-4565-a557-a550efcc126d",

"returned": false,

"accountBalance": null

}

}


Download documentation

If you wish to download the PDF version of the API Transfer integration documentation, press the following button