Fully verify a consumer identity. Will set emailVerified, mobileVerified, isPep (as false), isSanctioned (as false) and fullDueDiligence (as APPROVED).
Success - No Content
Invalid Request
Error
{- "message": "string",
- "validation": {
- "invalid": true,
- "fields": [
- {
- "name": "string",
- "errors": [
- {
- "type": "REQUIRED",
- "params": [
- "string"
]
}
]
}
]
}
}