#Roopa

1 messages · Page 1 of 1 (latest)

shrewd lionBOT
analog osprey
#

What do you mean by contract? Can you describe your use-case a bit more?

trail pewter
#

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.

analog osprey
#

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

trail pewter
#

Can we able to pass the Schedules while creating the subscription using checkout?

analog osprey
#

Unfortunately this isn't supported

trail pewter
#

ok. there is no other option than manually updating subscription?

analog osprey
#

You could also look into just discounting the price for 12 months

#

With a coupon

trail pewter
#

But if I add discounting it will not allow me to add any promotional code from checkout page.

analog osprey
#

That is true

#

If you also use promotional codes that wouldn't be an option

trail pewter
#

ok last option is manually updating it?

analog osprey
#

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