#tjon_api
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/1313208149733408811
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tjon_best-practices, 2 hours ago, 7 messages
Hi ๐
How are you embedding the checkout session payment page?
Itโs in an iframe
That is likely the source of the error. Did you specify the same top level domain and iframe domain like we mention here? https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#using-an-iframe
yes both are registered
And both on the same account?
both are registered on the same account
we even registered both on both accounts
the platform account as well as the client account
Not immediately sure what this could be. I am looking in to it and will get back to you with what I can find.
Thank you
From the error, it sounds like you may not be allowing the payment API in your iframe config. Basically I think you need to add allow="payment *" to the iframe tag