#andrei_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/1498644336231977070
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
do you follow all requirements listed here? https://docs.stripe.com/testing/wallets?ui=express-checkout-element
yes, but I will check it again
double check that:
- you are using a compatible device/brower
- you have a card saved in your Apple Wallet
- you registered the domain for Apple Pay
- etc.
But does that mean we can’t use test cards with Apple Pay right?
correct, you have to have a real card in you Apple Wallet to see Apple Pay. but if you are in test mode (or sandbox), then your real card won't be used or charged by Stripe.
still nothing( I have added a card to apple pay on my macBook.
you are using a compatible device/brower: check safari 26.0
you have a card saved in your Apple Wallet: check
you registered the domain for Apple Pay: test site https://firm1.develop-1.taxdome.dev, domain added: taxdome.dev
Safari: Settings > Advanced > Allow websites to check for Apple Pay and Apple card: check
Confirm you’re operating from a supported Apple Pay region and Google Pay region.: tried US vpn
demo doesn't display apple pay too
ok then got it, looks like it's some issue with device\location\setups
ok then got it, looks like it's some issue with device\location\setups
what do you mean? did you sove the issue?
I'm sorry I don't understand. if you still have an issue with this, I can help.
did you manage to see Apple Pay here? https://docs.stripe.com/testing/wallets?ui=express-checkout-element
I can see the apple pay button on my phone, but I don’t see it on my laptop. The card is added to Wallet, and permission for websites to check for Apple Pay is enabled
oh, it showed up in Safari, so the issue is probably somewhere in the integration settings after all.
đź‘‹ taking over for my colleague. Let me catch up.
as per https://docs.stripe.com/elements/express-checkout-element#supported-browsers
Apple Pay on desktop Chromium browsers is only supported on MacOS when paymentMethods.applePay is set to always.
could it be that Apple Pay doesn’t work from your sandbox environment?
no that shouldn't be the case
@livid drift you need to register the subdomain
firm1.develop-1.taxdome.dev instead of just taxdome.dev
sorry I missed this earlier
Hey there, just stepping in for Tarzan as they need to step away
It looks like you just added this domain on your connect platform account, but you need to register it for direct charges on the connected account, too
This can only be done via the API, not the Dashboard
You need to register the domain for the connected account being used for direct charges, via your platform as in the example in those docs
oh, I missed that, give me a bit of time to check it plz.