#icurrytheteam
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- curry-webhook-ssl, 3 days ago, 10 messages
- curry-paymentmethod-default, 4 days ago, 14 messages
- icurrytheteam, 4 days ago, 12 messages
Hello Pompey, thanks for taking a look. If there's any other details I can provide, kindly let me know
Typically it makes more sense to cancel the subscription and create a new one. Stripe does not support restarting a subscription that has already been cancelled. You can pause the subscription if you want, but that doesn't affect the subscription's status so you would need to check the subscription's pause_collection property to see if it is paused despite its status being active https://stripe.com/docs/api/subscriptions/object#subscription_object-pause_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
As far as I am aware, there aren't any specific benefits to pausing over fully cancelling, so a lot of users prefer to cancel and entirely work off of the status of the subscriptions