#cesperian
1 messages · Page 1 of 1 (latest)
for reference
Hi! you shouldn't use OAuth really.
Neither accounts.create or accountLinks.create
yep, those are what you should be using (which are not OAuth) instead. You would use https://stripe.com/docs/connect/standard-accounts , with test mode API keys as required
the client ID is in your Connect settings at https://dashboard.stripe.com/test/settings/connect anyway.
ah. Hm, interesting. So what is the way to use this id? (so as to skip the account form, etc)
right now im creating an actual new account every time i run a test : /
yep, that's normal and just how it works
ok. So what is the client_id even for, then? I've gone through the entire docs for Connect, I don't remember seeing it mentioned
it's only used if you're using OAuth(https://stripe.com/docs/connect/oauth-standard-accounts), which you would not be using
I know your point is that when not using OAuth we force you to do a full onboarding and use a real phone number and SMS code and stuff, and it's a total pain
huh. smh. Ok, thanks for the info. : )
I agree but it's how the team built that product and they have deprecated OAuth and the testing experience of non-OAuth a bit suboptimal.