On This Page
Example: Requesting an Estonia Banks Refund Using the REST API
Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "EUR" } }, "clientReferenceInformation": { "code": "zZx5WZ3dkbMp", "originalTransactionId": "829605119" }, "paymentInformation": { "paymentType": { "name": "bankTransfer", "method": { "name": "estonianbanks" } } } }
Response to a Successful Request
{ "clientReferenceInformation": { "transactionid": "zZx5WZ3dkbMp" }, "processorInformation": { "transactionId": "128019965" }, "message": "Successful", "status": "REFUNDED", "id": "6523329019126746031906", "submitTimeUtc": "2022-06-06T14:10:47Z" }