#alko89-subscription

1 messages · Page 1 of 1 (latest)

spiral hare
#

The problem I'm having is when creating a yearly subscription Stripe doesn't allow me to create a subscription with different pricing periods.
yes, the billing period has to be the same on all Prices you use in a single subscription.

I want to be able to create a subscription that has a yearly fee and charge for additional usages monthly
not really easy to do, what I would do I think is use a yearly plan and then if I have additional usage, manually create an invoice for it by manually creating some invoice items and then an invoice : https://stripe.com/docs/billing/invoices/subscription#generating-invoices

frail latch
#

yes the solution with multiple subscriptions is the one we discussed in the team and it seems its the way to go

#

in the old implementation we have a cron script that creates invoices, but it ended up being a mess