attorney-started

Summary

An attorney, replacement attorney, trust corporation or replacement trust corporation has been prompted to sign their declarations

Context

The donor is drafting their LPA online. The attorney is acting online or on paper.

Trigger

When the certificate has been provided by the certificate provider and initial contact has been sent to the attorney.

Effect

Sirius can update its progress tracker to say that the “Attorney signatures” progress indicator is “in progress”.

Examples

{
  "uid": "M-1234-5678-9012",
  "actorUID": "740e5834-3a29-46b4-9a6f-16142fde533a"
}

Schema

{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.makeregister/attorney-started.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.makeregister/attorney-started",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    },
    "actorUID": {
      "type": "string",
      "description": "The UID of the attorney",
      "pattern": "^([a-z0-9]{8}-)([a-z0-9]{4}-){3}([a-z0-9]{12})$"
    }
  },
  "required": ["uid", "actorUID"]
}

Event Flow