Affordability Report Success

Id: affordabilityReportSuccess

Event that notifies when an affordability report has been completed.

NameTypeDescription
reportIdstringThe unique id of the report
createdAtstringThe time the report was created (UTC - ISO 8601 format)
statusstringAlways 'complete' for this message type

Example payload

{
    "reportId": "21403405-47d3-4da8-a56a-7e39c27d4395",
    "createdAt": "2024-07-30T15:08:01.000Z",
    "status": "complete"
}