Default country

Checkout page

The list of banks shown on the checkout page is determined by the country chosen, which can be set in a number of ways.  If, as a merchant, you’re only configured to use one country, that country will be used.  Otherwise, the following order of precedence will be used to determine which country’s banks are shown on the checkout:

  1. The country code as specified in the URL (see below)
  2. The country code taken from the payer’s cookies
  3. The country code derived from the payer’s IP address

If a country can still not be determined, the payer will be asked to select a one the first time they use the checkout.  The country can be changed by the payer on the checkout page, to any of your configured countries.

Confirmation page

If you’re using the confirmation page, you’ll have already pre-selected a bank, so that bank’s country will be used.

Passing the country in the URL
  • Sandbox
  • Production
https://checkout.sandbox.volt.io/{checkout_token}?country={isoCode}
Example: To display banks from Poland by default
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj&country=PL
Example: To display banks from Poland by default AND display the checkout in Polish
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?country=PL&language=pl
https://checkout.volt.io/{checkout_token}?&country={isoCode}
Example: To display banks from Poland by default
https://checkout.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?country=PL
Example: To display banks from Poland by default AND display the checkout in Polish
https://checkout.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?country=PL&language=pl

Preferred language

English (“en”) is the default language on our checkout and confirmation pages. If you would prefer to localise these pages, add the language parameter and the appropriate language code to the checkout URL.

Passing the language in the URL
  • Sandbox
  • Production
https://checkout.sandbox.volt.io/{checkout_token}?language={languageCode}
Example: To display checkout in Polish
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?language=pl
Example: To display checkout in Polish AND show Polish banks
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?language=pl&country=PL
https://checkout.volt.io/{checkout_token}?language={languageCode}&country={countryCode}
Example: To display checkout in Polish
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?language=pl
Example: To display checkout in Polish and show Polish banks
https://checkout.sandbox.volt.io/OTNiODVmM2MtNzZlYi00MzE2LWIxYWUtZjMzNzBkZGM1OWJj?language=pl&country=PL