#voidrender - existing PaymentMethod
1 messages · Page 1 of 1 (latest)
👋 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...
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?
Yep, that's right!