#qmathe
1 messages · Page 1 of 1 (latest)
HI
If I understand this correctly, I'm forced to use the following function in my iOS app: https://stripe.dev/stripe-ios/stripe/documentation/stripe/stpapiclient/createtoken(withconnectaccount:completion:), then passing the resulting account token to my backend, before the backend can create the account, right?
Yes, and you can find more details here:
https://stripe.com/docs/connect/account-tokens#mobile-tokens
About how to create account tokens with the mobile SDK
ok, thanks. I'll do this then.
For my second question, any comment?
For a company, I'm expecting the user to fill all the info using the onboarding form, since I have nothing stored in my database about it. Is it valid to pass no company/personal infos when creating the account token in this case?
You can pass theaddress? and complete other info when creating the account, it depends on your integration flow.
Is the address mandatory to create an account token for a company? Based on my test, the onboarding form is asking for the address.
I'm asking, because I would like to avoid building an UI to collect the address if the onboarding for can take care of it.
I think you can complete the missing fields using the onboarding, but I invite you to do a quick test (you can do it without building the UI, just pass hard coded value in your first test) to double check this.
ok, I'll test it first! Thank you for your help 🙂
Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.
ok thanks, it's all good for now.