A person's KYC or Verification level can be set/upgraded using this API. The following actions are available.
Returns the KYC details for person
Bad request
Unauthorized
Person not found
Server Error
{- "perform_kyc": true,
- "notes": "string",
- "identifications": [
- {
- "govt_id_type": "NOTPROVIDED",
- "govt_id_number": "string"
}
], - "answers": [
- {
- "key": "string",
- "answer": "string"
}
], - "document": {
- "document_type": "PASSPORT",
- "file_type": "BMP",
- "issuing_country": "string",
- "front": "string",
- "back": "string",
- "face_image": "string",
- "liveness_detected": true
}, - "client_verification": {
- "document_approved": true,
- "person_status_update": true,
- "override_sanction_check": true,
- "verification_datetime": "2019-08-24T14:15:22Z",
- "verification_provider": "string",
- "verification_provider_refnumber": "string",
- "verification_level": "string",
- "document": {
- "document_type": "PASSPORT",
- "file_type": "BMP",
- "issuing_country": "string",
- "front": "string",
- "back": "string",
- "face_image": "string",
- "liveness_detected": true
}
}, - "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f"
}
{- "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
- "verification_mode": "string",
- "verification_level": "string",
- "additional_desc": "string",
- "verificationResults": [
- {
- "person_guid": "2ae6ba4b-f6c0-4817-a158-43e5a87168fd",
- "verification_method": "string",
- "verification_date": "2019-08-24T14:15:22Z",
- "document_type": "string",
- "document_path": "string",
- "response_code": "string",
- "verification_results": "string",
- "reason_code": "string",
- "questions": [
- {
- "prompt": "string",
- "key": "string",
- "options": [
- "string"
]
}
], - "provider_reference": "string",
- "provider_name": "string",
- "documents": {
- "document_reference": "string",
- "file_type": "string",
- "back_file_type": "string",
- "front_docpath": "string",
- "back_docpath": "string",
- "face_image_docpath": "string"
}
}
]
}