#DaanVDH
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can download reports if you want
I just need a single number using the API, It's for a dashboard.
you need to calculate it yourself then
there's no API that would give you this info
Ahh alright, So I need to go trough all the PI's and get the NET from them?
That would probably trigger the rate limits though right?
yes
not really you have a list PI API where you can expand on data.latest_charge.balance_transaction
Ahh alright, didn't know that. Thanks!
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can also use the search API https://stripe.com/docs/api/payment_intents/search for more search options/filtering
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'll look into it. Thanks for the help!