#Davaogoods
1 messages · Page 1 of 1 (latest)
Do you mean the List Account API? I am afraid we don't have an "except" parameter, but probably you can filter out the result by yourself!
then is there a way to get all connect accounts?
currently this part of the code only fetches 9
It's a paginated API and only returns 10 at most. If you are receiving 9 it's probably because total is 9
But you can try auto pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
does this apply to accounts?
I see that it is used in customers
we are using connect accounts
It should apply to every API use pagination