RiskAccountStatus

  • blocking
    Type: boolean
    required

    Whether the current account status prevents the account from operating normally.

  • status
    Type: stringenum
    required

    The overall risk status of the account. ok means no outstanding blocking risk issues exist. action_required means the account has pending remediation tasks. restricted means the account is currently limited due to unresolved risk or compliance requirements.

    values
    • action_required
    • restricted
    • ok
  • tasks
    Type: array object[] · RiskAccountTask[]

    The list of outstanding risk or compliance tasks required for the account.

    • blocking
      Type: boolean
      required

      Whether this task blocks the account until completed.

    • id
      Type: string
      required

      Unique identifier of the risk task.

    • kind
      Type: stringenum
      required

      The type of remediation task required for the account.

      values
      • document_upload
      • kyc_info
      • agreement
    • status
      enum
      const:  
      action_required
      required

      The current status of the task.

      values
      • action_required
    • agreement_bundle

      Agreement content that must be reviewed and accepted when the task kind is agreement.

    • requirement_id
      Type: string

      Identifier of the underlying requirement that triggered this task.