#dennis_de
1 messages · Page 1 of 1 (latest)
Hi there, you can model a flat-rate + usage based subscription. see https://stripe.com/docs/products-prices/pricing-models#flat-rate-metered-usage
It's about getting a certain prize only for using it if you reach the minimum requirement at the end of the year.
So e.g. you agree on 10ct/Usage but only if you get at least 60.000 Usage per year, otherwise you get an invoice for the difference.
Then you can listen to invoice.created event, check the usage and add in a invoice item if the usage doesn't exceed x