Localization


When calling the Sign2Pay User Interface, you have the option of passing a locale parameter. This controls the language our UI is rendered using, and will fallback to English if we do not support your preference. Generally this is done when building the URL for your Payment Button.

Sign2Pay currently supports EN and NL, with FR and DE rolling out soon.

Example Request URL with locale:

https://app.sign2pay.com/oauth/authorize?
client_id=c509fd593742b6b08adf4f0b41a4801c&
response_type=code&
redirect_uri=http%3A%2F%2Fexample.com%2Foauth%2Fcallback%2Fc509fd593742b6b08adf4f0b41a4801c&
state=8e108029ade0d75a1e134d1404f44325eec53356ae665ba21cba1bf8559f5e8d&
scope=payment&
ux_style=popup&
locale=nl&
user_params%5Bidentifier%5D=nick%40sign2pay.com&
user_params%5Bfirst_name%5D=Nick&
user_params%5Blast_name%5D=Lloyd&
amount=1995

Example NL Popup


Stuck on Something?

Be sure to check our FAQs, Support, or Contact Us directly.