On This Page
Example: Requesting an Payconiq Refund Using the REST API
Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "EUR" } }, "clientReferenceInformation": { "code": "sale1077", "originalTransactionId": "1169226568" }, "paymentInformation": { "paymentType": { "name": "eWallet", "method": { "name": "payconiq" } } } }
Response to a Successful Request
{ "clientReferenceInformation": { "transactionid": "sale1077" }, "processorInformation": { "transactionId": "144037945" }, "message": "Successful", "status": "REFUNDED", "id": "65233290191267436031879", "submitTimeUtc": "2022-06-06T08:24:14Z" }