#LST
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
I think the best way to handle this is to track the usage on your side and just report the 1000 units on Stripe once the customer gets above the next 1000
Okay that makes sense, thank you!
Although this would mean I would have to treat 1000 domain-units as 1 unit in the graduated pricing, right? Because I cannot set the price to less than 0.01$
yes you can
Is that the best way to handle that?
you can instead use the 1000
but in that case you would use the https://stripe.com/docs/api/prices/create#create_price-tiers-unit_amount_decimal
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in order to get a value less than 0.01$