#Sophie
1 messages · Page 1 of 1 (latest)
Not quite sure I understand your question, can you tell me a bit more about what you want to charge based on what dollar amount?
a better way to phrase it is.. i have a 1200$ product i am selling. I want to offer 100$ installments. so in stripe i set up a product for 100$ and it charges monthly. is there a way i can trigger an auto stop after a certain number of drafts or until they have paid $1200 (in this case)
Gotcha, it sounds like you are using subscriptions to do this. If so you can create a subscription schedule for your payments and set the schedule to end after 12 iterations of charging your monthly price https://stripe.com/docs/billing/subscriptions/subscription-schedules
Of course!
Also our "use cases" doc is very helpful here, it shows how to do common flows with schedules. Like if you want to add a schedule to an existing subscription https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
the first use case also shows how to use the iterations parameter that I mentioned https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future