Skip to main content

Redirections

When an asynchronous payment is finished in the payment method page, a redirection occurs. The customer web browser will be redirected to the URL specified in the request field returnUrl.

Redirection format

Redirections can be received with method GET or POST depending on the payment method provider, and the redirection URL should be able to handle both methods.

IMPORTANT: The information received in this request as GET query params or POST body must not be trusted or used by any means to determine the status of the payment or any information related to the payment (e.g., amount, currency, etc.). The redirection only indicates that the customer payment flow has finished.

How to retrieve the payment status

The final status of the payment should be received through webhook notifications or by calling the trackingUrl received in the payment response.