donor-submission-completed
v0.0.1

The donor has completed their LPA submission

Context

The paper certificate provider has signed their application and returned it to us.

The document has been scanned and uploaded as structured data to the LPA Store.

Trigger

Sirius requires the following criteria to send this event:

  • The LPA has been saved in the LPA Store
    • And has a status of "In progress"
  • Either no anomalies were detected, or they have all been resolved
  • Payment has been received

Therefore the trigger for the event may be one of:

  • The LPA arriving at the store (if there were no anomalies and it was already paid for)
  • The "review anomalies" task being completed (if the LPA has been paid for)
  • Payment being received (if anomalies are resolved)
The donor's identity check may not be complete, and the Restrictions and Conditions may still need to be reviewed

Effect

MRLPA sends a notification to the Certificate Provider asking them to sign the LPA.

Consumer / Producer Diagram

Examples

1{
2  "uid": "M-1234-5678-9012"
3}
4
donor-submission-completed Schema (json)
{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/donor-submission-completed.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/donor-submission-completed",
  "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