#dasdasd_docs
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/1430384862149345301
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you share the link to your site where you're expecting to see Apple Pay? Please share the test login credentials (if any) and steps to navigate to the page where the Element is displayed.
OK, here is my test website: https://static-mp-b0a3a815-71a3-4e70-b37d-4d076e91d703.next.bspapp.com/#/pages/apple/index You can click the button to test, or you can view the console information through the debug button. 1 The domain name has been set up in the Stripe background, 2 My Apple Wallet has added a card, 3 I have opened the link in Safari
How are you integrating with Stripe? Are you using Express Checkout Element, or the Payment Element?
ah, looks like you're using the Payment Request Button
is there a reason why you're using the Payment Request Button instead of the Express Checkout Element?
In your code, you seem to have set isApplePaySupported: !1 - and that evaluates to false . From what I'm understanding from your code, that evaluation leads to your application throwing Apple Pay not supported on this device, unable to initialize. and never attempts to initialize the Payment Request Button
Also, looking at the Stripe account ID whose publishable key you're using, I'm not seeing any Payment Method Domain registered
I recommend fixing your code first and ensuring your domain is registered.
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.