#zxcvbnm123-attach

1 messages · Page 1 of 1 (latest)

ashen whale
#

No, you can only attach it with a successful confirmation

mossy drum
#

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?

ashen whale
#

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