Example: Requesting an Alfamart Retrieve a Transaction Kredivo Using the REST API
Light
Dark
Request
12345678910111213141516171819{"orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "IDR" } }, "clientReferenceInformation": { "reconciliationId": "sale5623", "originalTransactionId": "838944272" }, "paymentInformation": { "paymentType": { "name": "offline", "method": { "name": "alfamart", "type":"kredivo" } } }}
Response to a Successful Request
1234567{"processorInformation": { "transactionId": "128349377" }, "message": "Successful", "status": "REFUNDED", "id": "6523329019126746031957", "submitTimeUtc": "2022-06-13T05:09:17Z"}