Indicates whether the information provided in the verification request was correct (PASSED) or was incorrect (FAILED). If it was incorrect, a reason is provided.
schema | string |
object (VerificationReasonInfo) Provides detailed information on a verification reason. |
{- "schema": "FAILED",
- "reasonInfo": {
- "additionalInformation": "string",
- "reason": {
- "schema": "string",
- "value": "AC01"
}
}
}