#Matt11-reuse-card
1 messages · Page 1 of 1 (latest)
does Stripe require card informations
if you have the PaymentMethod (card) attached to a Customer, then no, you can reuse it
otherwise you'll have to collect card details again
thanks, no, the payment method will be attached to customer and set as default
if the PaymentMethod is attached, then any subsequent payment only has to pass
customer: cus_123 and payment_method: pm_456 to charge the existing attached PaymentMethod