#Chase-Connect
1 messages ยท Page 1 of 1 (latest)
hello! I don't think it's possible to skip all the onboarding details when you're creating a standard account. You should be able to use test data listed here if you're using Account Links though : https://stripe.com/docs/connect/testing
i've been reading and re-reading this page -- i can't figure out how to make use of this information -- it tells me to provide a development client_id -- but my connect integration doesn't seem to call for any such client_id?
you can ignore the client_id - the client_id is only relevant if you're using OAuth
^ above is the connect link generated by the stripe node sdk, via accountLinks.create
๐ก however, in the dashboard, i can create an account link that produces a window that looks like this:
there's this amazing "skip this form" button -- i'm hoping to get access to that button from the API/programmatic route of creating a standard account?
there're two ways to connect a Connected account, one is via OAuth and another is using Account Links. If you use the Dashboard, the link generated is via OAuth
we don't recommend that you use OAuth (unless you want read only access)
okay, my application is using account links. how should i proceed to create a test account in that case?
fill up the fields as you go through the pages in the link generated using Account Links, you can use the test data provided in https://stripe.com/docs/connect/testing
okay, should i use a throwaway email service? (the first prompt is an email address, the docs page doesn't have any instruction for a fake email to use?)