#tomgullen_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ 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.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ 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/1217786996005670982
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
In summary, if you click the iFrame URL it loads the Google pay button fine. Embedded in the iFrame it doesn't work with the error:
[GSI_LOGGER]: The given origin is not allowed for the given client ID.
Ah, I can see it should be allow="payment *"
We'll try this, sorry for the thread you can close for now!
It's an iframe to buy our product from the product itself which is a PWA
I just found in your docs that allow="payment *" instead of allow="payment" should work
Yes, but I wanted to understand better your use case:
https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements#:~:text=The Payment Element contains,equal "payment *".
Thanks for that. Yes, our software can be loaded from here:
https://editor.construct.net/r383/
And if you're not a paying customer there is a "Buy now" tab at the top that allows you to purchase it from within the product itself instead of opening a separate window which has less predictable behaviour on certain platforms