#voidrender - existing PaymentMethod

1 messages · Page 1 of 1 (latest)

simple fjord
#

👋 Hi there!

#

Current, a PaymentElement cannot display an existing PaymentMethod. If you'd like a customer to pay with an existing PaymentMethod, you can create the PaymentIntent with off_session:true and not display the PaymentElement to the customer at all. let me find the relevant docs on this...

grim onyx
#

Ah, okay. I see that confirm parameter causes the PaymentIntent to be paid immediately using that payment method? So the client secret doesn't need to be used in this case?

simple fjord
#

Yep, that's right!