Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.64 KB

Redirect.md

File metadata and controls

15 lines (11 loc) · 1.64 KB

Redirect

Properties

Name Type Description Notes
url string URL to redirect customer's browser (or any other client) to.
method string Advised HTTP method to use for the redirection.
parameters \Optile\Model\Parameter[] Collection of additional parameters to pass with this redirection. [optional]
suppress_i_frame bool If `true` redirect logic should ensure that IFrame is suppressed during redirection, if payment page or web-site resides inside one. [optional]
display_in_popup bool If `true` this redirect has to be displayed in a pop-up window as a requirement from PSP. [optional]
type string Describes the type of this redirect. Possible values are: * `SUMMARY` - redirect points to the session's `summaryUrl` from transaction `callback`. * `RETURN` - redirect points to the session's `returnUrl` from transaction `callback`. * `CANCEL` - redirect points to the session's `cancelUrl` from transaction `callback`. * `PROVIDER` - redirect to the external page of a provider (redirect method such as PayPal, Sofort, iDeal, etc.) or 3D Secure pages in case of credit/debit card processing. Note: new types of redirect may appear in the future for new payment use cases. [optional]

[Back to Model list] [Back to API list] [Back to README]