#radhika_18925
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.
- radhika_18925, 23 hours ago, 13 messages
Sure, I'd recommend looking at a schedule to handle that: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
can we do this using some param in subscription only
not in subscription schedules
Then you'll need to calculate the timestamp at the end of the 3 cycles/period and set that as cancel_at on creation: https://stripe.com/docs/api/subscriptions/create#create_subscription-cancel_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's the only way to automate cancelation after X cycles. Otherwise you'd just do it manually