Klyme’s hosted checkout integration delivers a ready-made, secure payment page
Create Payment Authorisation
endpoint to initiate a payment authorisation request and receive a unique uuid
{uuid}
is the value of the uuid
from Step 1uuid
generated. Subsequent visits will automatically redirect the customer to the original referring URL.mode
query parameter and set its value to test
.
Example:
https://checkout.klyme.io?uuid={uuid}&mode=test
lang
query parameter is optional but can be used to preload the Klyme Widget with a specific language pre-selected by default.
Options available are: en
de
es
fi
fr
it
nl
pt
se
Example:
https://checkout.klyme.io?uuid={uuid}&lang=fr
country
parameter is also optional but can be used to preload the Klyme Widget with banks from a specific region as opposed to displaying the entire European banks list.
Alternatively, you can simply pass through auto
as the country
parameter and let the Klyme Widget handle everything — automatically detecting the user’s location and displaying region-specific banks.
Options available are: be
es
fr
it
nl
pt
auto
Example:
https://checkout.klyme.io?uuid={uuid}&country=auto
lang
or country
parameters, the user will always have the option to override this and select a langauge or country of their preference.