#max-dedup-pm
1 messages · Page 1 of 1 (latest)
I don't believe PaymentSheet is equipped to handle this. You'd need to handle this separately on the backend.
Also, I don't think the fingerprint for both the payment methods (apple pay and the card stored separately) are same. So not sure how you can 100% confirm if both the Payment Methods are same or not
Ok gotcha. And just to be sure, the expected behavior when a user selects apple pay in a setup intent PaymentSheet is that it will bring up the native apple wallet sheet where the user selects their card and that card is added to the payment sheet? A user cannot simply select the apple pay icon like they would an actual stored credit card, correct?
Hi 👋
I'm stepping in for my colleague hanzo as they have to go.
And yes that is the expected behavior.
With respect to the duplication payment methods, we do have a beta feature in our React Native SDK that would alllow the customers to more easily manage their payment methods. However we cannot offer much in terms of support for the integration here since it is still in beta.
https://stripe.com/docs/elements/customer-sheet?platform=react-native
Oh interesting, I'll take a look at that. Thank you for the help!