Frame customisation
As soon as you redirect the user to the
confirmLink
, kevin. frame page will be shown. However, some of the default behaviour can be customised. You can change the UI language by adding
lang
query parameter to the payment request.For example:
https://api.kevin.eu/platform/v0.3/pis/payment?lang=en
You can override a default country in the kevin.'s frame page by adding
countryCode
query parameter to the payment request.For example:
https://api.kevin.eu/platform/v0.3/pis/payment?countryCode=GB
In order to maintain security and compliance, kevin. frame cannot be implemented as an iframe.
Last modified 7mo ago