Example: Requesting an EPS Sale Using the REST API
Request
1234567891011121314151617181920212223242526272829{"clientReferenceInformation": { "code": "sale1077" }, "orderInformation": { "amountDetails": { "totalAmount": "1055", "currency": "EUR", "taxAmount": "900" }, "billTo":{ "country":"AT", "firstName":"John", "lastName":"Doe" } }, "paymentInformation": { "paymentType": { "name": "bankTransfer", "method": { "name": "eps" } } }, "merchantInformation": { "successUrl": "https://www.example.org/feedback.php", "merchantDescriptor": { "name": "DynDescriptor" } }}
Response to a Successful Request
123456789101112{"processorInformation": { "transactionId": "832620566", "rawStatus": "PENDING", "paymentUrl": "https://r3.paygate.de/ti/simeps?tx=832620566&rs=PM6XKpSDAJJAAxcmITZcY2MerNcGGvkf&cs=6ea7d1e4be1d8d674b9a1758cd8841d27de842ad783077b5e32ca8d406418201" }, "paymentInformation": { "binCountry": "AT" }, "message": "Successful", "status": "PENDING", "id": "65233290191267436032979", "submitTimeUtc": "2022-06-06T10:43:32Z"}