#Feetscha
1 messages · Page 1 of 1 (latest)
Hi
You can update the existing Subscritpion via API:
https://stripe.com/docs/api/subscriptions/update
oh thought thats just if you want to upgrade to a new plan but you can use it just to get a new paymentIntent for subscriptions that've never neen successful before ?
Try to test it using Stripe Test Clocks if you want:
https://stripe.com/docs/billing/testing/test-clocks
Otherwise, you can just delete the old subscription with
https://stripe.com/docs/api/subscriptions/cancel (not that you need to void all pending invoice - if there any)
and then create new one.
Thank you. I think updating them is cleaner though.
Welcome! and please don't hesitate to come back if you have any follow up Questions.
alright thank you have a good day