Payment Redirect Page (callback_redirect)
The redirect page is shown whenever the customer is redirected to a third party, for example 3D Secure, or PayPal.
The page in itself should not do anything except tell the customer that they are being redirected. Be aware that we remove all form and meta tags from the page.
The POST or GET request sent back to the notification page has the following parameters:
Parameter |
Description |
Type |
---|---|---|
language |
This is the payment forms's language. If the language parameter is not set, the language is derived from the browser's Accept-Language HTTP header field. If none of the browser languages are suported, the default is English, en. For more information about supported language codes, see Supported languages. If the language you set is not supported, an error is returned. |
[a-z]{2} |
See also, Settings for the redirect page (callback_redirect), Styling the payment page (callback_form)