#Sergei Frolov
1 messages · Page 1 of 1 (latest)
Hello! Are you creating schedules to create subscriptions that start immediately? or do they start at some point in the future?
Immediately, but it should repeatonly N times and then canceled
But it started before success payment
and what status do you want the subcriptions to have instead of active? Do you want them to be incomplete? Or do you want them to be past_due?
Got it - so the main problem here is that we don't allow incomplete subscriptions to be tied to schedules. What you'll have to do instead is:
- first create the Subscription (w/o a schedule)
- once it's paid you'll add a schedule to that subscription https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
- and then you can update the schedule to specify the cancellation behavior that you want
what will happen with subscriptions, if user doesn’t pay?
If a subscription is incomplete for 23 hours and hasn't been paid, then we'll transition it to default_incomplete
No, I mean in case when subscriptions is active by default
Ah, you mean with schedules and the subscription is active as soon as it's created?
It would depend on your dashboard settings. If the subscription hasn't been paid, then the subscription would transition to past_due. Then, if the subscription is past_due for a certain number of days we may transition the subscription to another state (which depends on the settings you have set under the "Manage invoices sent to customers" section in your dashboard here https://dashboard.stripe.com/settings/billing/automatic)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.