#dcx86-apple-pay
1 messages ยท Page 1 of 1 (latest)
Hi there ๐ did you register for an Apple Merchant ID, create an Apple Pay certificate, and set your Apple Merchant ID in StripeProvider?
Hit @silk hornet ๐ Apple Pay is already integrated in our app and we can use it in production with the useApplePay() hook. So it works, but not when using the stripe payment sheet. ๐
I'd check the logs (in the Terminal or XCode, it's been a while since I used RN), there is likely something being emitted in the logs for the app that points at the problem.
oh and make sure you made the code changes described at https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#add-apple-pay to set up the StripeProvider and initPaymentSheet call specifically since that's important
Okay @lime fern I'll double check my implementation and look for any logs I might be missing.