No momento, esta página não está disponível em português
Classic-integration icon

Error handling for Hosted Payment Pages

Hosted Payment Pages are no longer available

To accept payments through an Adyen-hosted page, use our Hosted Checkout.

This page is for the classic Hosted Payment Pages (HPP) integration, which has reached end-of-life. We are no longer processing transactions though HPP.

When an error condition occurs, there are some cases where Adyen cannot determine which skin and language to use to display the error message with.

To enhance the shopper experience, you have the option to include the following fields in the URL that the shopper is directed to:

Field Description
skinCode The code of the skin used.
shopperLocale A combination of a language code and country code to specify the language used in the session.

These fields are prepended to pay.shtml or select.shtml, and they separated by a forward slash (/), resulting in the following format options:

<skinCode>/pay.shtml

or

<skinCode>/<shopperLocale>/pay.shtml

These values are used as a fallback when Adyen is unable to determine skin and language configuration.