Example: Requesting an PayU Retrieve a Transaction Using the REST API
Light
Dark
Request
1234567891011121314{"processingInformation": { "reconciliationId": "sale1077" }, "clientReferenceInformation": { "transactionId": "832762292" }, "paymentInformation": { "paymentType": { "name": "bankTransfer", "method": { "name": "payu" } } }}
Response to a Successful Request
1234567{"processorInformation": { "transactionId": "832762292" }, "id": "64550699923879143", "message": "Successful", "status": "COMPLETED", "submitTimeUtc": "2022-04-07T07:03:39Z"}