#jimin-paymentmethod-update
1 messages · Page 1 of 1 (latest)
when you call https://stripe.com/docs/api/payment_methods/update it just changes that PaymentMethod and will apply to all future payments
so it wouldn't change any of the behavior in terms of future usage?
correct, you're really just changing the "record" usually the billing details
hmm but what if we update expiration date for the card?
same, though really if I were you I'd never build this and I'd just collect new card details
Why is that? Just to make sure that the updates are valid?