confirm-at-post-office-selected

Summary

The donor has selected that they will confirm their identity at a Post Office

Context

Make and Register will capture the donor’s intention to confirm their identity
through Gov.UK One Login’s Post Office route. This selection is used to
determine that the donor is engaging with the process of confirming their
identity.

Trigger

A donor selects in Make and Register that they intend to confirm their identity
at a Post Office.

Examples

{
  "uid": "M-1234-5678-9012"
}

Schema

{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/confirm-at-post-office-selected.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/confirm-at-post-office-selected",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    }
  },
  "required": ["uid"]
}

Event Flow