#nero_1113_49637
1 messages · Page 1 of 1 (latest)
hi there!
are you a developer building a Stripe integration, or a end users buying something online?
I am developer.
then yes you can cancel a subscription at any time with https://docs.stripe.com/api/subscriptions/cancel
Is there a deadline for cancellation? (For example, until 〇 day before the scheduled update date ... etc.? OK at the last minute?)
If I made contract at 2/10, can I cancel at 3/9?
if you want to cancel a subscription that has subscription scheduel, then you have to cancel the scheduel itslef: https://docs.stripe.com/api/subscription_schedules/cancel
and you can do it whenever you want
I recommend doing some tests in test mode to make sure everything works as expected
If I made contract at 2/10, can I cancel at 3/9?
is this possible?
I want only this.
like I said: you, the developer, can cancel the subscription anytime you want
Gotup!
Thank you!!!