#jaredmurphy - connect standard
1 messages ยท Page 1 of 1 (latest)
Alrighty, apologies for the delay here, wanted to verify
If you create a testmode account following the flow described here: https://stripe.com/docs/connect/standard-accounts#create-account
You should be able to mostly use test info from the testing docs to get the account usable: https://stripe.com/docs/connect/testing
You will need to use a real phone number in order to receive a real 2FA code at the beginning of the Connect Onboarding flow. All the other identity/address info should use the test information.
Not a problem, thanks for verifying all of this ๐
Okay so to make sure I understand - we use a test account by creating an account with a test api key?
After that we will be able to use the testing data other than the phone number
cc @tawdry cosmos
ok thank you! trying this now...
we can initiate the creation of the connected account through the UI for our standard account, correct?
No, that approach using the dashboard depends on the legacy oauth flow and won't work like you need
You have to use the Accounts API
ok, great thanks
when we try to do the account links in the second step we get this error
trying to update the branding now
that fixed that problem
Ah, yea, if you haven't used onboarding previously you'd need to set that up
ahhh it worked!
thank you! going through the accounts api worked
thank you!!!