#sohaib_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/1342553027466235977
đ 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.
- sohaib_api, 17 hours ago, 13 messages
Hi! If you go here, can you see Apple Pay as an option? https://docs.stripe.com/testing/wallets
yes
Ok, so the problem is not your browser.
Can you host your test site over HTTPS?
I believe that's a requirement for Apple Pay, even in test (but let me confirm)
Hi, taking over as my teammate needs to step away. Let me catch up
ok
I see GooglePay is showing and your Connect domains have been registered. Still debugging this on my end
ok
Did this work before? It looks like you registered the domain a while back
im not sure
Ok, your donation form is inside an iframe with an origin that doesn't match the parent page, https://donations.swiftgive.org. That's why it's not working for ApplePay and GooglePay works as expected.
The iframe also doesn't have allow="payment" set, and we document all of this here: https://docs.stripe.com/apple-pay?platform=web#web-integration-considerations and https://docs.stripe.com/apple-pay?platform=web#verify-domain
i'll add allow="payment" the iframe wont have an origin that matches the parent because im embeddeding it i
how can i accommodate my embedded iframe?
You can't as that is a requirement from Apple