Properties
Property | Type | Description |
---|---|---|
id | string | Unique identifier for the KYC verification |
account | string | Account address associated with this KYC verification |
type | KycType | Type of KYC verification (individual or business) |
status | KycStatus | Current verification status |
tos_status | TosStatus | Terms of service acceptance status |
kyc_continuation_link? | string | Link to continue KYC process if verification is incomplete |
rejection_reasons | RejectionReason [] | List of reasons for rejection if KYC was rejected |
requirements_due | string [] | List of outstanding requirements needed to complete verification |
created_at | string | ISO 8601 timestamp when the KYC verification was created |
updated_at | string | ISO 8601 timestamp when the KYC verification was last updated |