You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="govuk-body">Duplicate events will have the same <codeclass="app-code app-code--inline">event_datetime</code> field and <codeclass="app-code app-code--inline">notification_type</code> which can be used to locate and ignore duplicates when receiving notifications. Notifications will continue to be returned by the endpoint until they are acknowledged.</p>
<pclass="govuk-body">Once a notification has been processed by your system, the notification should be acknowledged. To do this, send a list of <codeclass="app-code app-code--inline">notification_ids</code> to the Acknowledge notifications API as a POST request. This will change the status of those notifications to <codeclass="app-code app-code--inline">ACKNOWLEDGED</code>.</p>
<tdclass="govuk-table__cell">An application is submitted, but mandatory fields are missing or incorrectly formatted. The system validates the input and rejects the application, triggering this notification
<tdclass="govuk-table__cell">An application submitted outside business hours passes initial validation, is accepted, and awaits addition to the Daylist
<tdclass="govuk-table__cell">There is an attempt to create an application, but a system-level error occurs. The application cannot be processed, and this notification is sent to alert the integrator
<tdclass="govuk-table__cell">A user uploads a required document to an application during processing. The system successfully attaches the file and sends this notification
<tdclass="govuk-table__cell">A user uploads an attachment, but the file fails validation due to issues such as incorrect format, corrupted file, or missing mandatory details. The system rejects the attachment and triggers this notification
<tdclass="govuk-table__cell">A message intended for the application fails validation because it violates formatting rules. The system rejects the message and sends this notification
0 commit comments