RiskAccountStatus
- blockingType: booleanrequired
Whether the current account status prevents the account from operating normally.
- statusType: string enumrequired
The overall risk status of the account.
okmeans no outstanding blocking risk issues exist.action_requiredmeans the account has pending remediation tasks.restrictedmeans the account is currently limited due to unresolved risk or compliance requirements.values- action
_required - restricted
- ok
- tasksType: array object[] · RiskAccountTask[]
The list of outstanding risk or compliance tasks required for the account.
- blockingType: booleanrequired
Whether this task blocks the account until completed.
- idType: stringrequired
Unique identifier of the risk task.
- kindType: string enumrequired
The type of remediation task required for the account.
values- document
_upload - kyc
_info - agreement
- statusType: string enumrequired
The current status of the task.
values- action
_required - optional
- info
- affectedType: array object[] · RiskAccountTaskAffectedCapability[]
_capabilities Capabilities that can be affected if the task is not resolved.
- agreement
_bundle Agreement content that must be reviewed and accepted when the task kind is
agreement. - bannerType: string
_type Stable presentation category that helps clients group or label similar remediation tasks.
- bodyType: object · RiskAccountTaskBody
Generic body content that can be rendered by hosted or partner remediation UIs.
- ctaType: object · RiskAccountTaskCta
Suggested primary call to action for this task.
- descriptionType: string
Optional short explanation of why the task is present.
- errorType: array object[] · RiskAccountTaskErrorMessage[]
_messages Requirement-specific errors that explain why previously submitted information did not satisfy the task.
- remediationType: object · RiskAccountTaskRemediationLinkParams
_link _params Optional hosted remediation routing hints for dashboard or embedded account update flows.
- requirementType: string
_id Identifier of the underlying requirement that triggered this task.
- requirementsType: array object[] · RiskAccountTaskRequirement[]
Field-level requirements represented by this task.
- resolutionType: string enum
_path Stable remediation route category that tells clients which flow can resolve the task.
values- account
_update - agreement
_acceptance - contact
_support
- titleType: string
Human-readable task title for account status and remediation UIs.

