#haswanth
1 messages · Page 1 of 1 (latest)
You can pass in the payment method's ID (pm_123) to the payment intent when creating, updating, or confirming it and that card will be charged once the payment intent is confirmed https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
@light sorrel thank you will read this, one more question in this way would we be able to add multiple credit or debit cards
Yes, you can save as many payment methods as you want to a customer here.
thank you