#mtanzi

1 messages · Page 1 of 1 (latest)

strange kettleBOT
blissful sentinel
#

Hi 👋 if they are distinct accounts currently, then no.

Depending on the rest of your integration, primarily whether these accounts are already connected to a Platform, then you may be able to use Stripe Connect to tie them together. In that case you could make all requests from your Platform Account, and use the stripe-account header to control which account the request is executed on.
https://stripe.com/docs/api/connected_accounts

To do so you would need to create another account to serve as the Platform account, then use this approach to link each of the existing accounts to that platform:
https://stripe.com/docs/connect/oauth-standard-accounts

daring citrus
#

would it be possible to change one of this existing account to be the platform account?

#

is there a way to see if one of them is the platform account?

I did not create them myself so I am trying to work my way to understand the structure

blissful sentinel
#

Hm, yeah, I believe that is possible. You may want to spin up some other test accounts first and play with the linking there to get a feel for it before doing it with your real accounts.

strange kettleBOT
daring citrus
#

sorry do you know the answer for the above question

is there a way to see if one of them is the platform account?

Thank you

blissful sentinel
#

Usually that is something that is already known, let me think about whether there is a good place to look to make that determination.

#

Since you would need to use the OAuth flow to connect existing accounts, the Platform account will have the OAuth toggle near the bottom of this page turned on (there are different settings for test and live mode, so you may need to switch between the two to confirm)
https://dashboard.stripe.com/test/settings/connect

That isn't a definitive answer though, as a Connected Account can also be their own Platform (though the top level Platform would not be able to interact with a Connected Account's Connected Accounts if they exist).

daring citrus
#

is the OAuth for Standard account toggle?

kindred elm
daring citrus
#

inside the https://dashboard.stripe.com/test/settings/connect page I see 2 toggle related to the Oauth

  • OAuth for Express accounts
  • OAuth for Standard accounts
kindred elm
#

Yep

#

Depends whether you have express or standard accounts

#

Based on the above sounds like you have standard

daring citrus
#

at the moment they are both switched off..

so if I want to change the account to become a platform account I need to set that toggle to on?

kindred elm
daring citrus
#

ok thank you!

let me look into that SO thread to gather more info

thanks again