#Lance Wilson
1 messages · Page 1 of 1 (latest)
Hi there
hi!
So you are looking to use Custom Accounts here?
Yes that's what im looking for, i want my users to identify themelesves without them knowing the back story (creating account etc.) just using ID document.
Hmm okay well then yes https://stripe.com/docs/connect/identity-verification-api is the guide you want to follow. You will need to collect all necessary information from the user though and then pass it via the API. You can see the required info here: https://stripe.com/docs/connect/required-verification-information
okej so it means that i will have to manage ID documents upload using backend API, and IOS application will only collect those and send it back to backend.
Yep correct
and i have one more question about this situation
what aboud card numbers, do i have to manage it separately? Like create another endpoint just for colecting card data and then just update connected account using provided numbers?
Are you talking about taking payments when you say "card data"?
i mean that after a successfull identification i will have to get user bank account and add this to connected account so i could send them transfers
Ah yeah you would also need to collect their bank account information and then pass that as the external_account when creating the Custom Account: https://stripe.com/docs/api/accounts/create#create_account-external_account
ohh ok i think im good for now thanks a lot for your help