reduced-fee-declined

Summary

An OPG user has declined the donor’s application to pay a reduced fee

Context

The online donor has applied for a reduced fee. OPG staff review all reduced fee applications.

An OPG user has declined the application.

Trigger

A fee decision record with a “decline” outcome has been added in Sirius.

Effect

The task list in MRLPA shows the payment task as declined and asks the donor to pay the full fee to continue.

Examples

{
  "uid": "M-1234-5678-9012"
}

Schema

{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/reduced-fee-declined.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/reduced-fee-declined",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string",
      "description": "The UID of the LPA",
      "pattern": "^M(-[A-Z0-9]{4}){3}$"
    }
  },
  "required": ["uid"]
}

Event Flow