Overview
Before a user can acquire tokens in a tokenized asset, they must pass KYC (Know Your Customer) verification. This UI allows users to submit their KYC documents and track their verification status. Depends on BE-64 for the API.
Context
- Add KYC section to the user settings page (
frontend/app/(dashboard)/settings/page.tsx)
- API endpoints (from BE-64):
POST /stellar/kyc/submit, GET /stellar/kyc/status
- KYC status: PENDING, VERIFIED, REJECTED
Acceptance Criteria
Overview
Before a user can acquire tokens in a tokenized asset, they must pass KYC (Know Your Customer) verification. This UI allows users to submit their KYC documents and track their verification status. Depends on BE-64 for the API.
Context
frontend/app/(dashboard)/settings/page.tsx)POST /stellar/kyc/submit,GET /stellar/kyc/statusAcceptance Criteria