Loading...
Adding receipt to your payment request alllows your customers to view the full payment receipt on their mobile device immediately after the payment approved, and on their SensePass account.
Receipt full documentation: Receipts Model
URL: /transactions/init
Request Body:
{ "timeOut": 600, "amount": 200, "isCent": true, "currency": "USD", "deviceId": "2ooeww5ufzg3nkuf8a10gu5n695yolixlbgb042o03to9bxfkr7t815i5epu8o58jv1rznif3o1tr6xsb1rm", "receipt": { "mode": 1, "accountingProvider": 4, "receiptInfo": { "customerId": "123456789", "firstName": "John", "lastName": "Doe", "address": "Begin Dw 12", "city": "Tel Aviv", "zipCode": "90745", "socialID": "123456789", "phoneNumber": "5551112232", "languageCode": "en", "currencyCode": "USD", "email": "john@doe.com", "discount": 0, "vat": true } }, "receiptNotifications": { "email": [ "a@example.com" ], "sms": [ "9295522135" ] } }