I’m currently setting up my online store on Wix and I would like to redirect customers to a specific "Thank You" page after they complete their payment

I’m currently setting up my online store on Wix and I would like to redirect customers to a specific “Thank You” page after they complete their payment. I’ve already created the page, and I know the exact URL (e.g., www.mysite.com/thank-you), but I can’t find where to configure this redirection in the settings.

Could someone guide me step-by-step on how to set up this redirection after a successful purchase?
I’ve looked in the Payment Settings and Store Settings, but I can’t seem to find the option.

Thank you in advance for your help! :blush:

Setting up redirection to a specific “Thank You” page after payment completion in Wix can be achieved using Wix’s Velo APIs.

Wix has a built-in API called wix-pay. You can use the wix-pay module to detect when a payment is successfully completed.

Write Backend Logic:

Add a backend event handler to capture payment completion and redirect the user to the desired URL.