#Kaartik - All accounts
1 messages ยท Page 1 of 1 (latest)
HI ๐
Our Accounts API does not have that level of filtering available but you can iterate through all the accounts and check the requirements property. If there are fields listed in there it will indicate onboarding is not complete
Ah okay I see
So through this I can see:
- which accounts have yet to complete onboarding (through the requirements property)
- how much is pending in their account
?
how much is pending in their account
That would require investigating the account balance
You would retrieve the balance here: https://stripe.com/docs/api/balance/balance_retrieve
Using the account header: https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay thank you so much!!!