Update Business User KYB status
Header Parameters
MatchMove provided ID for the user.
Body Parameters
Approved or rejected status
approvedrejectedSub Status
full_kyb_verifiedapprovedpending registration submissionreview_approvedflagged_for_reviewkyb_rejectedMessage
JSON encoded text string containing the KYB details
KYB Types
MM_DOCUMENT_UPLOADResponse
Response Attributes
Status of the request
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
This is present only for business user type
Additional metadata for the KYB authentication process
Note : If either kyb_type or message is present in the PUT businesses/authentications/statuses request payload, these will appear inside the kyb_details object as part of response.