#j_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1211998328649158717
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
The guide you are following is the right one
figure out what exactly is needed to embed the check out to my website:
You need to follow starting from these steps:
https://docs.stripe.com/checkout/embedded/quickstart#load-stripe-html
thank you for sharing. When I add the checkout.html code to a wordpress page, I don't see anything appear. In the instrusctions it mentions that "Stripe inserts an iframe into the div", but when I select to preview the page there is no iframe that appears showing the check out page. Would you know where I am going wrong with this?
We don't know well wordpress here unfortunately, but you need to create the div in your html code and run the Javascript code
i see. so if i were to simply add my check out page link into an iframe and add to a page on my website, would that give the same results for keeping the checkout page on my website versus opening in a new window on a stipe hosted page?
Example: <iframe src="https://buy.stripe.com/6oE16afMbh0M892dQR" width="100%" height="600px" frameborder="0"></iframe>