#B33fb0n3
1 messages · Page 1 of 1 (latest)
Hi there!
Hey soma!
Yes that's possible. The two main options here:
- Create a 30€ monthly subscription, but add a 5€ coupon for the first month.
- Use subscriptions schedules https://stripe.com/docs/billing/subscriptions/subscription-schedules
can I use this with my current plan?
acct_1Ljm5MD4LgnRPd5t
ah, I am just a bit confused by the "scale plan"
You need to use the API to create the schedule. If you use the dashboard, yes you need a special plan.
so in dashboard I need a plan, via api not?
Correct
ok lol. Thats the right reference, isn't it?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes. But why aren't you using my other solution with the promotion code which is much simpler?
I don't know how to apply the promotion code only once. Thought about using a paymentlink and do it with a predefined promotion code, but than the subscription is every month discounted... 🤔
How do you currently create the subscription? Payment Link, Checkout Session, Subscription endpoint?
currently not at all. Thinking about an integration in my website to get another product for my customers
Got it. Well all integration support passing a one time promo code, except Payment Link.
For example for a Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-discounts
And how to create a coupon: https://stripe.com/docs/api/coupons/create
Let me check this...
that looks good! I will integrate it like that. Thanks! 🙂