certificate-provider-startedv0.0.1
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".
Consumer / Producer Diagram
Examples
1{
2 "uid": "M-1234-5678-9012"
3}
4
certificate-provider-started Schema (json)
{
"$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"]
}
Edit this pageLast updated on 2024/11/22