#scoobie
1 messages · Page 1 of 1 (latest)
sorry, similar to openAI's API not chatGPT
If you want to charge for small frequent usage, you should likely consider metered billing subscriptions:
https://stripe.com/docs/billing/subscriptions/usage-based
Okay, so the whole idea is to create a record and track the usage inside stripe, then issue the charge?
How often should the charge occur? can it be once a month, once a week?
I am looking at this
Subscriptions are a recurring payment on an interval you choose. Monthly, say. Or bimonthly, or weekly, etc.
https://stripe.com/docs/products-prices/pricing-models#volume-based-pricing where can I read how would this Price be linked to a specific client?
What do you mean? The price is tied to a customer via the Subscription
I see and the Price is linked to a Subscription?