#rebirthofsexiness
1 messages · Page 1 of 1 (latest)
Hello! How can I help?
Unfortunately that's not something we offer in this channel - if you're uncomfortable speaking here you can always try with support (https://support.stripe.com/contact)
I drop an email and also a request to call, however it was met with little success ...
Hello, can help me (T^T)
Can you give me any details at all about your question?
If you give me some vague details I can at least try and point you in the right direction
Sure thank you Karbi, as below
I like to charge my 1st batch of attendees with one time set up fees + monthly subscription of xx amount for the first three months <promo period>. And on the fourth month, it will auto charge using another fix amount. Which means
1st month : $ one time set up fee + $ promo price monthly subscription
2nd month to 3rd month : $ promo price monthly subscription
4th month onwards : $ original monthly subscription price
I will be very grateful if you can advise me how to setup this tiered pricing and integrate into systeme.io
Are you integrating directly with Stripe? (So you have control over the code that's creating the Subsription?)
I believe so
Gotcha - so when you create the Subscription you should be able to add the one-time fee in add_invoice_items (https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items) and you can also pass in a coupon (https://stripe.com/docs/api/subscriptions/create#create_subscription-coupon).
When you create the coupon, you should create it with duration_in_months: 3 so that it only lasts the first three months of the subscription (https://stripe.com/docs/api/coupons/create#create_coupon-duration_in_months)
Let me look into it now and revert back to you shortly shall I need additional help. Thank you Karbi, I really appreciate it
👍
Another question Karbi, is there other way we can do it by not touching the backend api
As we are not developers by profession unfortunately
No, the only way to do this would be by making changes to the code that's creating the subscription
otherwise you'll have to do it manually yourself
I guess you could try and see if this was possible to do through the stripe dashboard
It's worth trying - we're just not dashboard experts in this channel, so it's not our expertise
the codes, do i need to recode and also add in anything ?
and how do i copy this coding into the systeme.io backend ?
You'd need to talk to systeme.io support for that - that's not something we own/control so I don't know how their specific integration works
Really, if you're not comfortable with developement it may be worth trying this through the dahsboard
Stripe dashboard you reckon ?
yup