#aaparth-subscription
1 messages ยท Page 1 of 1 (latest)
yeah but that I did already with subscriptions
I need to use it with schedule subscription
stripe.subscriptionSchedules.create
OK, can you tell me the use case ?
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
Is it a new subscription or existing subscripiont?
new one
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
sure
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?
yeah that sounds good
let me try and check that, can you keep this thread active so I can ask if got anything
Sure, please let me know if you have any questions
@trim trench
thanks for this, it worked ๐๐ป