#initialed85

1 messages · Page 1 of 1 (latest)

icy mapleBOT
undone dagger
#

Hi! Let me help you with this.

#

You can create a recurring Price with 2 year cycle. Have you tried this?

swift dove
#

i get this when trying to create a price for a product:

undone dagger
#

Ok, I think there might be a limitation.
The best way go solve this then is to create your own billing engine that will create Stripe Invoices every 2 years. Or you can adjust your billing cycle to be once a year

swift dove
#

| create your own billing engine that will create Stripe Invoices every 2 years

scary- we already we had one teeny tiny bug in our code that slugged some poor guy $1300 when it should have been a lot less lol so i find myself scared of us being responsible for the code that has the power to do something repetitively

but okay no stress, i appreciate the acknowledgement that it's a limitation, i can work with that!

undone dagger
#

Happy to help!

swift dove
#

yearly subscription, bill the customer for the two year amount, have a phase that means the next year is "free" etc etc

undone dagger
#

Subscription Schedules can get complicated very quickly. You will need to build some kind of mechanism to always interchange these 2 phases (1-year-for-price-of-2, free). It's easier to create a periodic job that will create an Invoice every 2 years on your own.

icy mapleBOT