#testDeveloper
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand, can you provide more details?
I mean to say that when we want to add account in test through api , even though we signup to connect it still says You can only create new accounts if you've signed up for Connect, while we add account using this Function stripe.accounts.create
but when we add an account in the dashboard in test mode then it works
wanted to know why does this happen
If already one test account is added in dashboard then this function works stripe.accounts.create otherwise it dosen't
So you're saying that in test mode if you attempt to create your first connected account via the API it fails, but if you create your first connected account via the Dashboard it succeeds, and then subsequent account creation via the API also succeeds?
I don't know, that does not sound like expected behavior. Can you give me the ID of the request showing the account creation error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_j38zqGaD5TOSJo
Looking...
Looks like you do need to go into your Dashboard and click on Get started here before Connect will work in test mode: https://dashboard.stripe.com/connect/tasklist
However, once that's done you should be able to use the API without first creating an account via the Dashboard.
ok , it is free right or any charges?