#gary_86743
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.
- gary-python-apiversion, 23 hours ago, 11 messages
- gary_86743, 2 days ago, 7 messages
Similarly, yes, you'd likely want cancel now for immediate cancellation.
For future cancelation you can instead update and set either cancel_at_period_end or cancel_at
https://docs.stripe.com/api/subscriptions/update#update_subscription-cancel_at_period_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it! Thank you. I assume /delete and /cancel work the same way under the hood?