4.2. Get Order Last Status [GET /api/1.0/orders/{id}]

This service is provided to obtain the latest status of a transfer order, which is queried through a specific ID that the MDO (SPEI Disbursement Module) returned to the client.


4.2.1. get Order Last Status Request


Example of request

URL: /api/1.0/orders/a016cdc-37c7-47a0-9e18-8022f0e7b3dc


4.2.2. get Order Last Status Response():


Example Response

{

"code": 200,

"data": {

"beneficiaryBank": "40159",

"payerUid": "ABCJ950200LU6",

"beneficiaryAccountType": 9,

"concept": "Payment",

"sign": "sign",

"type": 0,

"scattered": "false,

"numericalReference": 0,

"createdAt": 1618338314384,

"queuedAt": null,

"payerAccountType": 40,

"paymentDay": 1716114930765,

"trackingKey": "2024051990684AWSPJ15019930556B",

"beneficiaryName": "JOHN⁠SMITH",

"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": null,

"returned": false,

"accountBalance": null

}

}


Download documentation

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