certificate-provider-started
Summary
The certificate provider has been prompted to provide the certificate
Context
The donor is drafting their LPA online.
Trigger
When the LPA has been signed and witnessed by the certificate provider and payment has been confirmed.
Effect
Sirius can update its progress tracker to say that the “CP submission” and “CP identity check” progress indicators are “in progress”.
Examples
{
"uid": "M-1234-5678-9012"
}
Schema
{
"$id": "https://opg.service.justice.gov.uk/opg.poas.makeregister/certificate-provider-started.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "opg.poas.makeregister/certificate-provider-started",
"type": "object",
"properties": {
"uid": {
"type": "string",
"description": "The UID of the LPA",
"pattern": "^M(-[A-Z0-9]{4}){3}$"
}
},
"required": ["uid"]
}