#bhaal22

1 messages ยท Page 1 of 1 (latest)

errant wagonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • bhaal22, 9 hours ago, 20 messages
molten summit
#

Hi ๐Ÿ‘‹ can you elaborate on what you're looking for when you say "metrics"?

gray fractal
#

i mean without iterating accross the whole collection

#

sure

molten summit
#

Not from the API then

gray fractal
#

those

#

i dont find a way through apis to have counters

#

and I did not want to iterate the whole collection

#

the only api i found is

#

Stripe::Charge.list

#

which gives me the list

#

of all the charges

molten summit
#

There isn't a way to get those sort of counts from the API, even listing Charges will only allow you to retrieve 100 at a time max requiring iteration to see everything.

gray fractal
#

yeah

#

which "sucks" a bit

#

๐Ÿ™‚

molten summit
gray fractal
#

i am building my own dashboard

#

since I cannot share it to my customers with the setup of our account

#

Stripe Connect Custom

#

theres no count api?

molten summit
#

Nope, no way to do that through the API

gray fractal
#

shit

#

ok thank you