#xzzd - Payment Links
1 messages · Page 1 of 1 (latest)
Hi 👋
I've heard about issues with Wix and Payment Links. How are you embedding the link?
Using the "Integrate a website" feature, I just type in my payment link and then it is supposed to be a website in the website
but it keeps loading forever
Yeah that won't work
It has to do with the iframe rendering and what API calls can be made if I remember correctly. You need to treat it as a separate link (like an <a href="{{payment_link_url}}"> )
Thanks. So what is the full code I need to type in ?
I am not familiar with Wix templates sorry to say. I didn't even know they were still a thing until someone started complaining about embedding Payment Links
No but it doesn't really matter if it's Wix or not, just the code I need to type in to integrate the payment link platform to my website
Just HTML code
The payment link isn't a platform. It's just a URL that redirects people to a Stripe hosted Checkout page
My example above is using the core Anchor tag. You can read about them here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a