#0xL34N
1 messages · Page 1 of 1 (latest)
Hi 👋 what is your question?
Hello Toby!
I have the following question, my platform is a SaaS and we need to charge at the end of the month to each of our customers a variable amount based on the consumption they have made of our services, what solution do you recommend me to adopt to facilitate this type of collection?
Because it would not work for me in this case to create a Product and Price in Stripe.
You will want to create a Price and Product, so that you can use our usage-based billing approach:
https://stripe.com/docs/billing/subscriptions/usage-based
That approach relies on our metered Prices (mentioned here: https://stripe.com/docs/products-prices/pricing-models#metered), allows you to report your customer's usage, and then Subscriptions based on those Prices will charge for the usage at the end of the billing period rather than the beginning.
Happy to help!