#Roopa
1 messages · Page 1 of 1 (latest)
What do you mean by contract? Can you describe your use-case a bit more?
If notmal price for product is 35£ per month and customer buys 12 months contract then we want charge them 25£ months but after that we want to charge normal price.
Got it. You could just update the subscriptions manually after 12 months via the api if Checkout is a requirement
But Subscription Schedules would be the recommended path
Can we able to pass the Schedules while creating the subscription using checkout?
Unfortunately this isn't supported
ok. there is no other option than manually updating subscription?
But if I add discounting it will not allow me to add any promotional code from checkout page.
ok last option is manually updating it?
That or switch to elements + subscription schedule. You could also add a negative invoice item to each invoice for the first 12 months
That would require you to listen for the invoice.created event each month and update the invoice while it's still in a draft state for an hour
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.