#zerosodium
1 messages · Page 1 of 1 (latest)
So if they cancel the sub immediately, then yeah sub isn't active
You can also set the sub to cancel at the end of the billing period: https://stripe.com/docs/api/subscriptions/object#subscription_object-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.
even if the payment goes through?
If you want the remainder of the month to run out
Yes
That's why there's 2 cancellation methods. Immediate cancel and cancel at period end
got it thanks!