#zxcvbnm123-attach
1 messages · Page 1 of 1 (latest)
I want to be able to attach the payment method, get payment method info back from stripe, and then when I click on my "book button" I then confirm the payment intent
is this possible?
The whole process is done automatically inside PaymentSheet. When you confirm it, it actually create a PaymentMethod and charge it (confirm the PI) under the hood. Why would you want it separately
There is a flow similar to what you are trying to, by using SetupIntent to collect Payment Method info first then try to perform PaymentIntent later, but really confirming right away is easier
Here if you are interested: https://stripe.com/docs/payments/save-and-reuse?platform=react-native&ui=payment-sheet