#rebirthofsexiness

1 messages · Page 1 of 1 (latest)

weary phoenixBOT
celest hull
#

Hello! How can I help?

desert hawk
#

Hello

#

Can we private dm as it is quite P&C (>.<)

celest hull
desert hawk
#

I drop an email and also a request to call, however it was met with little success ...

#

Hello, can help me (T^T)

celest hull
#

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

desert hawk
#

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

celest hull
#

Are you integrating directly with Stripe? (So you have control over the code that's creating the Subsription?)

desert hawk
#

I believe so

celest hull
#

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)

desert hawk
#

Let me look into it now and revert back to you shortly shall I need additional help. Thank you Karbi, I really appreciate it

celest hull
#

👍

desert hawk
#

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

celest hull
#

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

desert hawk
#

the codes, do i need to recode and also add in anything ?
and how do i copy this coding into the systeme.io backend ?

celest hull
#

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

desert hawk
#

Stripe dashboard you reckon ?

celest hull
#

yup