Use this end point to display KYC documents
Returns the KYC details for person
Bad request
Unauthorized
Person not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/persons/{person_guid}/kyc' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "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"
}
}
]
}