Redirect a page to a third party website?

I need to redirect a page on my website to a third party donation website. For example if you visit mywebsite.com/donate I would like it to redirect you to my donation link which is through a third party donation service.

In addition to that is it possible to mask the third party service’s url so that in the url box it still shows mywebsite.com/donate instead of the third party url. This isn’t as important but it would be a nice.

You can redirect the user to another page on your site or to an external website through the Wix Location API and the .to() function.
https://www.wix.com/corvid/reference/wix-location.html#to

To mask the page, it is best to use the Wix Router API.
https://www.wix.com/corvid/reference/wix-router.html
https://support.wix.com/en/article/corvid-about-routers

You can see these previous forum posts for more help.
https://www.wix.com/corvid/forum/community-discussion/domain-name-changes
https://www.wix.com/corvid/forum/community-discussion/iframe-redirect-masking

You can always look at seeing if this third party has a html code option so that you can just embed the donation form on your page.
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site

Or see if you can make use of the Wix Window API and the openModal function.
https://www.wix.com/corvid/reference/wix-window.html#openModal
https://www.wix.com/corvid/reference/wix-window.html#OpenModalOptions

Old post being closed.