#mlo300
1 messages · Page 1 of 1 (latest)
Hello! This is probably what you want: 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.
I was seeing but I can't understand? where do I see all my conneted accounts data on stripe?
What do you mean by that? Are you just trying to make an API call to list all your currently conented accounts, or are you trying to do somethign else?
Yes I would like to have all the connect ids linked to my stripe account
Yeah, so you need to make an api request to the /v1/accounts endpoint like I linked you to
And what would be the path to look for?
That path is /v1/accounts - but let's back up for a second, which library are you using? How are you planning on making the request?
And what would be the path to look for?
I'm not exactly sure what you're asking - I shared the exact path (/v1/accounts) that you'd need to hit to make the request
Are you getting some kind of error? What specifically are you having trouble with?
I would like to have via api all the accont stripe connect ids conessi to my account
And why does the link I shared with you not fit what you need?
No from here I seem to get my current stripe account information