Send Reverification Request
POST/public-api/v1/kyc/reverification/send
EndPoint Description : Creates a new reverification request for a customer. The API validates eligibility, assigns the selected reverification tasks, and initiates the KYC reverification workflow.
Details :
- Validates the provided reverification request data against business rules and eligibility criteria.
- If validation fails, the request is rejected and no reverification request is created.
- The operation is performed in the context of the authenticated organization.
Request
Responses
- 200
- 201
- 401
- 500
Reverification Request JSON successfully Validated.
Unauthorized – Invalid or missing token.
Internal Server Error