#unknowncat
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
You can't resume subscription if you canceled it using the cancel API,
https://stripe.com/docs/api/subscriptions/cancel
However if you want to temporarily pause a subscription and resume it later, you sould refer to this guide instead:
https://stripe.com/docs/billing/subscriptions/pause
thanks so much for clearing that up
Np!