certificate-provider-identity-check-failedv0.0.1
A certificate provider acting on paper has failed to prove their identity
Context
The donor is drafting their LPA online and the certificate provider is acting on paper. The LPA has been signed by the donor and witnessed by the certificate provider.
Trigger
The certificate provider has attempted, and failed, to prove their identity with a caseworker over the phone.
Effect
An email is sent to the donor advising them the certificate provider has failed their identity check, and they need to create a new LPA or register the LPA with the Court of Protection.
Consumer / Producer Diagram
Examples
1{
2 "uid": "M-1234-5678-9012"
3}
4
certificate-provider-identity-check-failed Schema (json)
{
"$id": "https://opg.service.justice.gov.uk/opg.poas.makeregister/certificate-provider-identity-check-failed.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "opg.poas.makeregister/certificate-provider-identity-check-failed",
"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