#Glosur
1 messages · Page 1 of 1 (latest)
hello @cold gate, if you create the account with the email field [0], you'll be able to pull that data subsequently. Unfortunately, as you've probably noticed, we don't update the email field when you fill up the Connect Onboarding form
[0] https://stripe.com/docs/api/accounts/create#create_account-email
I'm creating my connect Acc from the form that is proposed to me
Should I see my email in this case ?
(in test mode ofc)
could you point me to the documentation that you're referring to?
I'm thinking of this form
If I chose "Create an account"
I'll try to find the doc referring to that
Integrating with Standard accounts is the fastest and easiest way to get started using Connect, since Stripe will handle the majority of the user experience and user communication.
Yeah
Are accounts created this way always Live
so just for your knowledge, Standard accounts created using OAuth are actually still live mode accounts. If you want to create a true test Standard account, the only way to do that is using Connect Onboarding
Ok
It explains quite a lot
would you have a link to the Connect Onboarding doc ?
(to create a test acc)
you would refer to this section : https://stripe.com/docs/connect/standard-accounts#how-to-use-connect-onboarding-for-standard-accounts
Okay, we have to go through the API then, no UI existing
well, there is a Stripe hosted form, you can just create the account with the bare minimum required information
when you create the account link, you would go into that link to fill up all the required details
i'll try this, I'm not sure I know how I will connect this newly created account with my platform
when you create the Standard account, it's created on your platform already
so you don't need to do a separate connection
Yeah ok, I'll need to see how I link it in my application as we only provide linking exisiting stripe account in our production env o we use this logic to register it from our applciation side
Sio there is no way to have test standards accounts in my case ?
hmmm, i think what you can try to do is to create the test Standard account using Connect Onboarding, disconnect it, then try and connect it again using OAuth
i'm not sure if that'd work though, i haven't tried it before
Mmhh I see
Maybe I'll try, even tho it's not something we'll be able to tell our test teams to do
Do you kknow if anything to help testing my use case is planned ?
You can use your live secret key to access those details in test mode as well, but I'm not too sure if that's feasible for your dev environment