#aaparth-subscription

1 messages ยท Page 1 of 1 (latest)

trim trench
#

Hi there, so you want to enable promo code in subscription?

rose oak
#

yeah but that I did already with subscriptions

#

I need to use it with schedule subscription

#

stripe.subscriptionSchedules.create

trim trench
#

OK, can you tell me the use case ?

rose oak
#

we wants the users to schedule the subscription from the 1st day of the next month and also give them 10% off for 1 month

trim trench
#

Is it a new subscription or existing subscripiont?

rose oak
#

new one

trim trench
#

I see, the stripe.subscriptionSchedules.create does not accept promo code option, let me see if I can find an alternative solution, give me a few mins

rose oak
#

sure

trim trench
#

How about creating a subscription with promotion_code first, and then pass the subscription ID to the from_subscription param when creating the subscription schedule?

rose oak
#

yeah that sounds good

#

let me try and check that, can you keep this thread active so I can ask if got anything

trim trench
#

Sure, please let me know if you have any questions

rose oak
#

@trim trench

thanks for this, it worked ๐Ÿ‘๐Ÿป