Approve or reject a specific KYC document.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | User identifier. |
docId |
path | string |
yes | Document identifier. |
Request body
application/json
· KYCDocumentStatusUpdateRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
rejectionReason |
string |
no | Required when rejecting a document. |
reviewedBy |
string |
no | Admin who reviewed the document. |
status |
KYCDocumentStatus |
yes |
Responses
| Status | Body | Description |
|---|---|---|
200 |
KYCDocumentResponse |
Document status updated. |
400 |
Error |
Invalid request. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.