#aasdfasa3
1 messages · Page 1 of 1 (latest)
I only need to test out charges using SetupIntents with on_behalf_of. Does that answer your question?
If you create a Standard Connected Account in test mode then you don't need to activate it to test with it.
However, with Express and Custom accounts you do have to activate them in test mode -- we provide test data to do so: https://stripe.com/docs/connect/testing
I'm guessing standard is enough for what I want to do?
Yep it should be
I mean overall I'd recommend using the account type that you are going to integrate
But you can use on_behalf_of with Standard accounts if you want to.
OK, so when I go to create a Standard account, it says I need to setup OAuth for Standard accounts. I have that enabled already though...
Refreshing the page (hard refresh) seems to have resolved that
Sounds like you may be creating the account via the Dashboard? This uses our legacy OAuth flow. The recommended way is to actually create the account via the API and use Connect Onboarding. See: https://stripe.com/docs/connect/standard-accounts
Ahh ok, thank you for the link!