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.

Change the UI language

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

All available languages are defined in the API description.

Change the default country

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

All available country codes are defined in the API description.

Iframe support

In order to maintain security and compliance, kevin. frame cannot be implemented as an iframe.

Last updated