On This Page
Example: Requesting a LinkAja Refund Using the REST API
Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "IDR" } }, "clientReferenceInformation": { "code": "sale1077", "originalTransactionId": "1169297041" }, "paymentInformation": { "paymentType": { "name": "eWallet", "method": { "name": "linkAja" } } } }
Response to a Successful Request
{ "clientReferenceInformation": { "transactionid": "sale1077" }, "processorInformation": { "transactionId": "144040825" }, "message": "Successful", "status": "REFUNDED", "id": "65233290191267436031894", "submitTimeUtc": "2022-06-06T09:43:20Z" }