confirm-at-post-office-selected
v0.0.1

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.

Consumer / Producer Diagram

Examples

1{
2  "uid": "M-1234-5678-9012"
3}
4
confirm-at-post-office-selected Schema (json)
{
  "$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"]
}
Edit this pageLast updated on 2025/4/11