Parameters
This is what a payment page URL looks like:
https://pos.usecue.com/pay?id=1&amount=12.50&specification=Order%201234&lang=en
id=[int]
- It is your company number, the same number that is in your payment link.
- It is the only parameter you cannot leave out. Without it there is no page to show and the visitor ends up on pos.usecue.com.
- If you use the installation on your own website, the id is part of the script instead and it is ignored in the address.
amount=[float]
- Use a dot as the decimal separator and use no thousands separator.
- The amount is rounded to two decimals.
- If you leave the amount out, the page shows € 5.00.
specification=[text]
- Make it specific. It is used to identify your payment.
- Avoid special characters. They are omitted or simplified, due to bank restrictions.
- If you leave it out, the page uses the ‘Default description’ from your company profile.
lang=[iso]
- It sets the language of the texts on the payment page.
- The four possible values are
nl,en,deandfr. - If omitted, the page falls back to the default language.