#Kdev-saved-pm

1 messages · Page 1 of 1 (latest)

icy summit
#

Hello 👋
Can I ask How are you saving the card? Typically, when you save a card for later use, the card is attached to a customer object on Stripe. Then you can pass that customer ID whenever you attempt a payment

#

using PaymentIntent

fallen remnant
#

I am going to retrieve Customer with saved customer id. Am I right?
Then which paymentMethodId do I have to use to create new paymentIntent?

charred glen
#

and then you let the customer pick a PaymentMethod, they could have multiple PaymentMethods saved

fallen remnant
#

In this case, do I have to use web-hook?