#alko89-subscription
1 messages · Page 1 of 1 (latest)
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
the other option would be to create two independent subscriptions for the same customer with the differing billing intervals https://stripe.com/docs/billing/subscriptions/multiple-products#multiple-subscriptions-for-a-customer