#kbb5566
1 messages · Page 1 of 1 (latest)
Hello
This likely depends on the type of account being created
But overall we won't be too familiar with this as it isn't really about the API so you are likely better off working with our Support team on this via https://support.stripe.com/contact/login as they will know more about this nuance.
i made 0 changes in the code
why is the login process different??
i'm still in TEST mode integrating stripe API... and i'm onboarding the SAME seller, yet it's different each time... how is this support and not API???
Because this is really about verification information and not about an API integration. If you have two account IDs that I can look at then I can take a look but this is not something that we specialize in.
SEE... NOW IT BEHAVES DIFFERENT AGAIN... omg
this is the seller account acct_1NN7vMF2MZh64zuv
- Does it have 2FA? Yes
- Does it have UEN? Yes
- When i try to connect it my platform's stripe account, it ask for all these INFO AGAIN... why?
my platform account is acct_1NEUCIIEjustRwcJ
You are trying to connect via OAuth?
Yeah okay so you are trying to use Connect Onboarding here for an already-created account.
That doesn't work
You can only connect accounts that have already been created separate from your platform via OAuth
You would only use the above flow in Connect Onboarding where you created the account you are onboarding via the API
let's talk use case can? i'm lost with all your jargon
Sure what are you trying to do exactly?
- my seller come to me and say that they ALREADY have a stripe account
- they sign up on my platform (booking service website) and wants to use their EXISTING stripe account (S) to collect money from their buyers
- my platform also have my own stripe account (P)
- in my jargon, i want to connect (S)eller to (P)latform and then use S to collect money from my seller's buyers
can follow so far?
Yep
So you want OAuth in this case: https://stripe.com/docs/connect/oauth-standard-accounts
ok it looks better now, i'm using this oauth link https://connect.stripe.com/oauth/authorize?response_type=code&client_id=ca_O0VvYtbibPEGhxt7nX0JZ7QzZ3hgXhZm&scope=read_write
how do i specify dynamic return URL?
You specify the return URI here: https://dashboard.stripe.com/test/settings/connect
But yeah you can't make this dynamic since it is set via the Dashboard.
You'll want a cookie or something to handle that on your end