#SRGROUP
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
Thank you
where i enter the code into please
You mean a promotion code here ?
Essentially i've got a subscription that we charge $99 per month and we're trying to run it for the second month to be $0 then return back to $99 after
Please let me know if that doesn't make sense and i can rephrase
You have two options:
- Create 3 phases with the same price. The second phase has a 100% off coupon
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-coupon - Create 3 phases, 1st phase with price $99, 2nd phase with $0 and 3d phase with $99
yes i dont understand how to do this still even after reading that
Where do I input the code?
For the promotion code, when calling the subscription schedule API
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-coupon
Here is all the use cases you can follow
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases
Is there anyone i can pay to make this, i dont understand sorry
You can create subscription using Dashboard
https://dashboard.stripe.com/test/subscriptions?create=subscription
With no code
You can do some tests using test clock
https://stripe.com/docs/billing/testing/test-clocks
in order to create simulation
And here you can find most of the no-code guides for using Stripe:
https://stripe.com/docs/no-code
That's a productId, you need to create a Subscription
First try using your test mode environment and don't use your live mode
In top right
Start by creating a Subscription from that product:
https://stripe.com/docs/no-code/subscriptions
sub_1Mk0WHFLVjYoKCmf5GgT2vZr
These are subscriptions
Will the promotional code only work for 1 month?
and can we make it the second month?
You can update that subscription:
https://dashboard-admin.stripe.com/subscriptions/sub_1Mk0WHFLVjYoKCmf5GgT2vZr
Add a coupon:
That depends on the coupon you have/need to create, you can create a one time coupon or a forever one:
https://dashboard.stripe.com/coupons/create
yes But i want to create a discount that is only applied to the second month of the subscription
so they pay $99 then next month $0 then $99 again continued on
next month when the date come, modify the subscription via dashboard
otherwise you need to look for a developer in order to integration a fully customized Subscription integration