Get KYC
Header Parameters
MatchMove provided ID for the user.
Response
Response Attributes
Generated hash id for the document verification process
Count of documents submitted. If not documents submitted. It will show n/a
Status of the Identity authentication process
| Status | Scenario |
|---|---|
| pending | after Create KYC or Create KYB |
| submitted | after Confirm KYC Submission or Confirm KYB Submission |
| approved | after Update KYC or KYB Status |
| rejected | after Update KYC or KYB Status |
not_submittedpendingsubmittedapprovedrejectedThe description that is fetched from below enumeations based on the sub_status_code.
| Account Type | Enumeration |
|---|---|
| individual | /users/enumerations/document_substatuses |
| business | /users/enumerations/business_document_substatuses |
For POST users/authentications/documents or `POST businesses/authentications/documents method:
| Sub Status | Description |
|---|---|
| PENDING_DOCUMENT_SUBMISSION | The documents are pending for submissio... |
The code that is fetched from below enumerations
| Account Type | Enumeration |
|---|---|
| individual | /users/enumerations/document_substatuses |
| business | /users/enumerations/business_document_substatuses |
For POST users/authentications/documents method:
| Sub Status | Description |
|---|---|
| PENDING_DOCUMENT_SUBMISSION | The documents are pending for submission |
For PUT users/authentications/documents method:
| Sub Status | Description |
...
Array that represents a list of documents submitted during the most recent KYC verification process. Please note that if the status is not_submitted, no document list will be provided.
Show child attributes
Additional metadata for the KYC authentication process
Note : If either kyc_type or message is present in the PUT users/authentications/statuses request payload, these will appear inside the kyc_details object as part of response.