#banyman-Connect
1 messages · Page 1 of 1 (latest)
Hi there, so you want to get the list of account IDs that connected to your platform?
I need to take the first step. In step 1 I want to set up a connection process Between my platform and Clients. My client must follow the link and confirm the connection.
After that, he should return to my platform and I need to get his stripe account data to link inside my database.
How do I get his data after he returned to my platform?
Are you using OAuth or account link for onboarding?
OK, so you are using oauth, what's the account type? standard or express?
Do you mean the account type is mine or the one who connects to me?
The account that connects to you
I dont know. how can i know it?
https://stripe.com/docs/connect/oauth-standard-accounts#integrating-oauth are you using this guide to implement you integration?
Yes, I do it.
OK, so you are using OAuth to connect to standard account
https://stripe.com/docs/connect/oauth-standard-accounts#token-request the detailed step to retrieve the account ID is covered in this step
Okay, I read this.