#robotlos
1 messages · Page 1 of 1 (latest)
You can list all accounts, but you would need to filter by email on your own: https://stripe.com/docs/api/accounts/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But this only returns at most 100 items so in order to even consider filtering I would need to make several calls to get all the accounts. Is there no way to get all accounts in one go?