#aurel - multiple accounts
1 messages ยท Page 1 of 1 (latest)
There is no other direct path to this, it would include querying the balance transaction API for payments and examining stripe fees but the report is a better option for this
For the pending balance though they can use the Balance API to get the account balances, including the pending balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Alright thanks for the quick answer @simple shoal !
One last question, considering that those are 150 different accounts, they'd need to keep track of the 150 different api keys and secrets is this right?
There is no way to have some sort of "admin API key"? I guess not but just asking to be 100% sure ๐
Correct - they're separate and they'd need to track this. Sometimes for cases like this an organization will set up a connect platform account to orchestrate such requests from a single account context
I see! Thanks for your help @simple shoal !
NP!