KYCStatusCard
stableKYC/CDD status card with risk tier, expiry date, and outstanding document checklist
import { KYCStatusCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
statusreq | KYCStatus | — | approved | pending_review | under_review | documents_required | expired | rejected | pep_flagged | sanctions_match |
riskTier | KYCRiskTier | — | low | medium | high | prohibited |
entityName | string | — | Legal entity or customer name |
outstandingDocuments | string[] | — | List of outstanding document types |
statusrequiredType
KYCStatusDefault —approved | pending_review | under_review | documents_required | expired | rejected | pep_flagged | sanctions_match
riskTierType
KYCRiskTierDefault —low | medium | high | prohibited
entityNameType
stringDefault —Legal entity or customer name
outstandingDocumentsType
string[]Default —List of outstanding document types
MobileStacks / Scroll
KYC status card goes full-width. Document/check list stacks vertically.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?