#emily-reactnative-applepay
1 messages · Page 1 of 1 (latest)
emily-reactnative-savecard
Hello @lunar glade ! I'm sorry but I don't really understand what you are describing. There is no "autofilling card details", that's not a thing. What you do is collect card details once, you can save them for future payments and then later you can charge the saved card.
See https://stripe.com/docs/payments/save-and-reuse?platform=react-native&ui=payment-sheet
Right now we’re experiencing friction with people entering credit card details for the first time. Ideally we’d like to use a card they have in Apple Pay and add it as a Stripe payment method. Is that possible?
Yes we support Apple Pay already, you don't really need to do anything complex other than follow this step: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-apple-pay and it just works
Okay, then our merchant credentials are probably not set up properly, I’ll investigate. Thanks!