#Kaartik - All accounts

1 messages ยท Page 1 of 1 (latest)

swift pendant
#

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

sudden loom
#

Ah okay I see

#

So through this I can see:

  1. which accounts have yet to complete onboarding (through the requirements property)
  2. how much is pending in their account
#

?

swift pendant
#

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

sudden loom
#

Okay thank you so much!!!