#esset

1 messages · Page 1 of 1 (latest)

cold jacinthBOT
tacit rapids
#

Can you share an example request id that is failing?

light dome
#

req_FB0GCGXy6ZJTIh

tacit rapids
#

Ok thanks, let me take a look

#

Based on what I'm reading here: https://stripe.com/docs/connect/required-verification-information#additional-information-on-owners
it sounds like you'll need to get images of their ID document and upload those using the verification.document.front and back properties

If Stripe is unable to verify an owner or if an owner does not have an SSN, you need to collect a scan of an ID document. This information can be collected with the verification.document.front and verification.document.back arguments.

Learn what required verification information you need to collect for each country when using Connect.

#

And my interpretation is that you'd omit the id_number

light dome
#

Hm.. Can I create persons without ID number?

tacit rapids
#

It's optional in the API, and if you choose the appropriate options at the top of that page you can see the required information for owners

light dome
#

Ah, OK, got it. So prob makes sense to just omit the id_number altogether in case it's not an SSN then.

tacit rapids
#

Yep I think so, then make sure to get the document images and use those

light dome
#

thanks