#Wizardy
1 messages · Page 1 of 1 (latest)
Could you please share the complete object?
I can`t because we cant recreate this situation.
Which APIs are you integrating? Is this Identity API? Or are you onboarding Connect accounts?
I'm guessing this is in test mode?
The name on the account couldn’t be verified. Ask your user to verify that they have provided their full legal name and to also provide a photo ID matching that name.
https://stripe.com/docs/connect/identity-verification-api#handling-identity-verification:~:text=Below is a list of errors related to identity verification%3A
yes
and i would like to understand
what we have to do when recieve this "details_code": "failed_keyed_identity"
the id_number - not valid and we need to provide
If you're in test mode, you need to use test mode data to onboard: https://stripe.com/docs/connect/testing
clearly I understand that
You asked what it meant
identity verification outcomes will return the ssn?
I don't know what that means
What about it?
don`t close the trad please I ll come back
We need to provide id_number=“social security bumber” ( 9digits)
Does the identity verification returns the id_number of ssn or it returns the id_number of document?
verified_outputs.id_number
string
I'm not really sure what you're asking me. Which API object/field are you referencing? Is this a webhook event?
The VerificationSession object
Can you help me understand which field(s) we're looking at here: https://stripe.com/docs/api/identity/verification_sessions/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://stripe.com/docs/identity/access-verification-results - about id_number
You can check the id_type field to understand what ID it pertains to: https://stripe.com/docs/api/identity/verification_sessions/object#identity_verification_session_object-verified_outputs-id_number_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The VerificationReport object
Okey and does the document check and selfie always returns the id_number
Or when option of id number check is on
No, the Verification Session object
I'm sorry but your questions make little sense
Yes, it’s okey
Does the verified outputs returns always after successful verification with document and selfie check
Well you need to 'expand' that verified_outputs hash for it to be included in the response if that's what you mean