RiskAccountTask

  • 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.

    • agreement_kind
      Type: string
      required

      The type of agreement to be presented to the account holder.

    • agreement_version
      Type: integerFormat: int32
      required

      The version of the agreement bundle.

    • documents
      Type: array · AgreementDocument[]
      required

      The documents included in the agreement bundle.

    • locale
      Type: string
      required

      Locale of the agreement content.

  • requirement_id
    Type: string

    Identifier of the underlying requirement that triggered this task.