#Montana - edit payment method
1 messages · Page 1 of 1 (latest)
Okay so do your clients typically implement this themselves and use the Stripe API to pull existing payment method details?
It depends what you want to update. Just expiration? You can do that through the API: https://stripe.com/docs/api/payment_methods/update#update_payment_method-card-exp_month and handle that yourself. If the number changed, the recommended path would be to just create a new PM
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Gotcha. Thanks for your help!