#Talon - Subscriptions
1 messages · Page 1 of 1 (latest)
Probably licensed if you're not measuring how much is actually used.
We have documentation here about how to model pricing for various common Subscription use cases in case it helps: https://stripe.com/docs/billing/subscriptions/examples
and regarding meter checking, I understand that we need to create a usage record object which is actually used by stripe to calculate on how much to charge.
but when do we need to create it? like right before billing period?
can't we make a webhook where stripe will check it directly from our system right before charging the client
No, there's no webhook system like that. You would create usage records via the API: https://stripe.com/docs/api/usage_records
can we find the billing date via api? so that we will create this object once