#rveit-connect

1 messages · Page 1 of 1 (latest)

reef knoll
#

hi!

since the users of these custom accounts can’t log in to the Stripe Dashboard as far as I can tell
true
After some digging in your documentation, I found the "list" API calls for charges and balance transactions that can be used for fetching the information needed for that.
My question would be if these are the intended endpoints for such a use case, or if I missed an API for this purpose?
yep if you use Custom you have to power your own dashboard using such things.
For example, the API to generate reports allows much more detailed filtering, so I was wondering if something like that also exists for returning data, instead of creating a downloadable file?
there are various filters on the List API calls in the reference, that's it really!

#

if you need more complicated reporting for Custom it's something you have to build yourself from the primitives in the API today really for the most part

nocturne flame
#

ok, thanks a lot for the confirmation