#_anone
1 messages · Page 1 of 1 (latest)
What exactly are you trying to do? Can you describe an example for illustrate what kind of request you'd expect to make?
Yes
We have a saas application and we have a auto enroll flow where a customer can open his own platform our saas he have to subscribe to a stripe subscription first. We know that stripe have automated flow that send email to remember the user to renew his credit card when its about to expire. But we would like to manage this manually as well to inform the user directly in our platform and if they want to renew prompt them to do so
Note that we support automatic card updates in many cases:
https://stripe.com/docs/payments/cards/overview#automatic-card-updates
But if you do want to update a card, you can either collect the new expiry date and update the payment method:
https://stripe.com/docs/api/payment_methods/update?lang=curl#update_payment_method-card-exp_month
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or, you can collect an entirely new set of payment details to setup for future usage:
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#create-intent