reduced-fee-evidence-received
v0.0.1

The evidence uploaded to support a reduced fee request has arrived in Sirius
This event is internal to MRLPA

Context

The online donor has applied for a reduced fee and upload evidence to support their application.

In the reduced-fee-requested event, MRLPA has told Sirius what files to expect as evidence. Sirius creates placeholder documents that are visible in the UI.

The uploaded file is saved in MRLPA's S3 bucket and then synchronised to a bucket in Sirius. Since this happens on an irregular schedule, Sirius needs to process the upload asynchronously.

Trigger

A file has finished being copied into Sirius's reduced fee evidence bucket.

Details

Sirius finds the placeholder document for the evidence, adds the uploaded file contents, and sets its retrieved date.

Consumer / Producer Diagram

Examples

1{
2  "path": "M-1234-5678-9012/evidence/receipt.pdf"
3}
4
reduced-fee-evidence-received Schema (json)
{
  "$id": "https://opg.service.justice.gov.uk/opg.poas.sirius/reduced-fee-evidence-received.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "opg.poas.sirius/reduced-fee-evidence-received",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The path of the file in the S3 bucket. Does not include bucket name or leading slash."
    }
  },
  "required": ["path"]
}
Edit this pageLast updated on 2024/11/22