On This Page
Example: Requesting an Przelewy24 Refund Using the REST API
Request
{ "orderInformation": { "amountDetails": { "totalAmount": "1", "currency": "EUR" } }, "clientReferenceInformation": { "code":"3798_sale01", "originalTransactionId": "1193033287" }, "paymentInformation": { "paymentType": { "name": "bankTransfer", "method": { "name": "p24" } } } }
Response to a Successful Request
{ "paymentOptions": { "type": "p24method", "resources":[ { "id":"94", "name":"Euro Bank", "url": "", "type": "", "data": [] }, { "id":"25", "name":"mBank - mTransfer", "url": "", "type": "", "data": [] } ] } }