#mobile-standard-test
1 messages · Page 1 of 1 (latest)
You don't really need to do anything in that case, it should already mostly work in Test mode no?
@hoary walrus Thanks for the info, good to know! But I also need to test the onboarding process, success and failure cases, and write auto testing cases, it is OK to fill just a few fields, but need a way to at least reduce most of fields to fill in the onboarding process for testing if can not skip every field in the form.
that's not something we support sorry. You either fill everything or nothing mostly
you can pre-fill anything you want in the API though
To pre-fill in business_profile field when creating the account? If so, I can do that. Any example or documentation for all the info needed for onboarding?
when you create the Account you can set whatever you want in the API. Everything available on https://stripe.com/docs/api/accounts/create really
so you could pre-fill all the information upfront to simplify
That is great! Are all the fields needed for onboarding in that example for standard account in the url you provided?
most, not sure if all can, easy to try and get to what you need!
OK, let me try that, thanks!