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