-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
BackendbackendbackendfeatureFurther information is requestedFurther information is requestedgood first issueGood for newcomersGood for newcomers
Description
Financial and healthcare applications have strict KYC (Know Your Customer) requirements. We need an API layer to accept identification documents.
Acceptance Criteria
- Implement
POST /users/me/kyc-docsaccepting secure file uploads. - Configure file parsing limits strictly (e.g., max 10MB PDF/JPEG only).
- Update the user's
kycStatusfield toPENDINGin the database. - Create an admin endpoint
PATCH /admin/users/:id/kycto approve/reject the submission.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendbackendbackendfeatureFurther information is requestedFurther information is requestedgood first issueGood for newcomersGood for newcomers