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