#midnight-applepay
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/1212828198275129405
đ 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!
Do you have an example site I can take a look at to see if apple pay is showig up on my end?
no, I dont know If I have permission to send that. Can you share the document page that shows the apple pay button if my broswer supports it?
You can use the https://4242.io/payment-request-button/ site to confirm is apple pay shows up for you
So you are seeing apple pay enabled on that link? I am not
Yes, I see apple pay at that link. If you're not seeing it while using safari that likelymeans you don't have a card set up for apple pay
midnight-applepay
ty for this
I'll use it to debug, i cannot see it so it must be broswer realted I guess
Hmm I tried my ios device, the browser can see apple pay fine. But my webpage still does not show it.
To inform you more, google pay is enabled in the same way and I can see google pay. Active in settings, listed under
paymentMethodOrder: ['card', 'apple_pay', 'google_pay'],
fields: {
billingDetails: 'never',
},
wallets: {
applePay: 'auto',
googlePay: 'auto',
},
});```
What do you mean the browser can see apple pay fine? Do you mean that when you go to https://4242.io/payment-request-button/ on your ios device you see the button, but on your own site you do not?
yes that is the case. I do see it on that site, and I do not see it on my site
Gotcha - if you can't share the specific site for us to try on our end, can you share an example payment intent ID/other object ID so we can dig in more?
If you're now able to see Apple Pay on that page but not your own, it's possible you've not registered/verified your domain: https://docs.stripe.com/payments/payment-methods/pmd-registration
If you open your developer console in Safari you should see a warning indicating this is the case