Skip to content
English
  • There are no suggestions because the search field is empty.

General Information

The General Information of a Sales Location contains the basic details needed for correct display and assessment of the merchant file.

This information includes:

  • Secret: A token that can be used for testing purposes.

  • Sales Location Name: The label used to display the Sales Location.

  • The URL: The website URL of the Sales Location.

  • Category: The category the website falls under.

  • Look and Feel: This allows you to add extra styles to the payment screen for this specific Sales Location.

  • Trade Name: An additional trade name for the organization, which is shown on the payment screen of the Sales Location.

Contact Information: A public phone number and email address.

Good contact details are crucial for a smooth payment experience. They are shown on the payment screen and shared with payment option suppliers, so they can quickly get in touch in case of questions or consumer disputes. This helps process payments smoothly, shortens the time needed for problem resolution, and increases consumer trust in your payment process.

  • Address Details: The unique business address per Sales Location.

⚠️The General Information of a Sales Location must be accurate and truthful when filled in.Sales Location.

URL2INFO

If this option is activated, you can specify a URL for each Sales Location. This URL can be dynamically built using a number of available transaction variables.

The information is visible in:

  • Viewing a transaction in the PAY. app

  • The transaction details popup in the Admin Panel

Available Variables

You can build the URL dynamically using the following variables:

Variable Description
#TRANSACTIONID# The unique transaction code that is generated when creating the transaction.
#ORDERID# The unique order ID generated by PAY. at the start of the transaction.
#CUSTOMERREFERENCE# The unique customer reference or customer number that your platform can provide via the transaction start API.
#CUSTOMERKEY# The hashed unique customer identifier of the payment method used by the payer, such as an IBAN, telephone number, or card number.

Examples of dynamic URLs

You can build the URL using GET variables or with a folder structure:

GET variables example:

https://demo.pay.nl/url2info/?orderId=#ORDERID#&klantnr=#CUSTOMERREFERENCE#
Result:


https://demo.pay.nl/url2info/?orderId=1034353156X15c11&klantnr=081421
Folder structure example:


https://www.uwfacturatieplatform.com/#CUSTOMERREFERENCE#/#TRANSACTIONID#

Result:


https://www.uwfacturatieplatform.com/081421/EX-1234-5678-9012