#flash_79524

1 messages ยท Page 1 of 1 (latest)

paper terraceBOT
still fox
#

Hi there ๐Ÿ‘‹ so the tricky part about this is that from our perspective Subscriptions don't have a duration, your integration controls that.

How are you currently limiting your Subscriptions to 12 months duration? I'll need to understand how you're doing to help provide guidance on how to extend that.

hidden pilot
#

ok, I understand. Question ... if we control the duration through our integration ... we have for the first 12 month a, for example, a 10% voucher. But we won't use this voucher after first 12 month and go on with 100% price. How can we manage this?

still fox
#

By controlling the coupon parameter:
https://stripe.com/docs/api/subscriptions/create#create_subscription-coupon

You'll either use logic on your end with timers to control the Subscriptions, in which case you'll make update requests for them to change their values when desired.

You can also use Subscription Schedules, which wrap Subscription objects and allow you to schedule future changes for them:
https://stripe.com/docs/billing/subscriptions/subscription-schedules

Learn how to use subscription schedules to automate changes to subscriptions over time.

hidden pilot
#

okido, we'll check it. Thanks so far! ๐Ÿ‘