#alpamayo-mixed-intervals

1 messages · Page 1 of 1 (latest)

final sentinel
stable frigate
#

Can you explain a bit more how your yearly price works?

#

Why would that not work as a yearly price on the same product?

green verge
#

Hi Pompey

#

The customer will buy a fix price 300€/year

#

But according to his platform usage, there are some cases where we want to bill him with metered prices, but yearly metered prices are far too long to take the money

#

That's why, the best case for us, (for yearly sub), is to subscribe to a yearly sub then to be billed each month for metered (extra usages)

stable frigate
#

Hey sorry for the delay here, busy day. Unfortunately Stripe does not have a built in way to do this with one Subscription. You would either need two Subscriptions, one for the yearly price, one for the monthly/metetered

#

Or you can do a monthly subscription and add a one time line item for a yearly price every twelve billing periods

stable frigate
#

For the second one, you will need to build the logic yourself on when to charge that yearly price

green verge
#

oh ok 🙂

stable frigate
#

Yep, hope that helps. Do either of those sound viable to you?