I was implementing apple pay in react native application, and I was having trouble with the payment process. Once the transaction has been successfully completed where will the account go? How to manage the payment token do I have to send this token to stripe or any other merchant? can I manage the amount in the apple account directly?
I am using the react-native-payments npm package for apple pay which has been deprecated already but no other options have been available so far.
Thank you.
Stripe's React Native SDK does support Apple/Google Pay out of the box. Is there a specific reason behind choosing
react-native-paymentspackage over the official SDK?Stripe also has a pretty good guide for this https://stripe.com/docs/payments/accept-a-payment
There are specific sections to enable wallets for your React Native app.