#withapain
1 messages · Page 1 of 1 (latest)
So, right now you can report usages for singular user
What I would prefer is to send for example data about 1000 user in one request
So that I do not need to manage 20k API calls in order to report usages for all my users
Are you talking about Usage Record? https://stripe.com/docs/api/usage_records/create
yeah
Got it, then yes you need to make one API call per user. It's not possible to batch it.
Do you think it is something planned to be done in the future? Or just something purposely not permitted "by design" ?
I'm not aware of anything like this planned.