RiskAccountStatus
- Type: boolean
blocking requiredWhether the current account status prevents the account from operating normally.
- Type: stringenum
status requiredThe 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.valuesaction _required restricted ok
- Type: array object[] · RiskAccountTask[]
tasks The list of outstanding risk or compliance tasks required for the account.
- Type: boolean
blocking requiredWhether this task blocks the account until completed.
- Type: string
id requiredUnique identifier of the risk task.
- Type: stringenum
kind requiredThe type of remediation task required for the account.
valuesdocument _upload kyc _info agreement
- enum
status const:action_requiredrequiredThe current status of the task.
valuesaction _required
agreement _bundle Agreement content that must be reviewed and accepted when the task kind is
agreement.- Type: string
requirement _id Identifier of the underlying requirement that triggered this task.

