Shop context not set, set shop context
Inbank Slice payment method is buy-now-pay-later (BNPL) solution where payment is done by instalments.
From e-commerce platform’s perspective the integration is similar to “redirect payment gateway” integration, i.e. for completing the payment the customer is redirected to Inbank’s system to walk through the credit dialogs, and then redirected back to the shop.
You can add additional (not required) fields to make the checkout faster: firstName
, lastName
, email
and mobile
Minimum transaction amount for Slice is €75.00
and maximum €800.00
URL: /pay-later.html
key | required | description |
---|---|---|
method |
yes |
EE_SLICE |
trx |
yes |
transaction id (string) |
firstName |
first name (string) |
|
lastName |
last name (string) |
|
email |
email address (string) |
|
mobile |
mobile number including + followed by country code (eg. +37250000000) (string) |
Required fields are underlined.