#arnaud-r_code
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/1415332454574723226
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Did you follow all the steps outlined here? https://docs.stripe.com/apple-pay?platform=react-native#csr
including, eg:
- set up certificate (links apple developer accounts to stripe account) and add to xcode with merchantid
- configure same merchantid in
<StripeProvider />
Not also that even once this is all set up, you must have a real/live card saved to your apple pay wallet on the device
Yes, I do have the certificate configured as well as the StripeProvider merchantID. I also have a real card saved on Apple Pay, on my device
I'll double check if not only Stripe prod env has the certificate setup but also the Stripe Test env as well, I have a doubt now
I have just set the certificate (same I'm using in prod) but isPlatformPaySupported still returns false
Hm ok
Can you go to this page in the browser on your mobile device that you're testing with? https://docs.stripe.com/testing/wallets?ui=express-checkout-element
To see if you see apple pay show
Hello
Jumping in to help out here
Generally when isPlatformPaySupported fails, it has to do with the merchant ID or certificate being misconfigured
Could you try creating a new certificate & the provision profile to make sure nothing was misconfigured?
additionally, there are similar github issues reported here - https://github.com/stripe/stripe-react-native/issues/1446
where folks have found success by adding the Apple Pay capability to the app - https://github.com/stripe/stripe-react-native/issues/1446#issuecomment-2149738239