-
Notifications
You must be signed in to change notification settings - Fork 1
Feedback (Error) handling activity diagram
dma61 edited this page Jul 22, 2026
·
8 revisions
This activity diagram outlines various scenarios for handling error situations between the Pension Service Provider (PSP) and the Fiduciary Manager (FM). The scenarios involve synchronous and asynchronous validations with varying outcomes, such as approved, rejected, or invalid feedback messages. The flow demonstrates the sequence of interactions, validations, and responses between the participants.

Source: issue #75
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. - FM performs validations.
- If the validations are successful, FM returns an HTTP status
200(approved) without a response body.
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. - FM performs validations.
- If the validations fail, FM returns an HTTP status
400(bad request) and includes aVBPUO_Feedback_Messageas the response body, detailing the issues.
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. -
FM performs technical validation and responds with an HTTP status
202(accepted). - FM then performs functional and back-office validations.
- Upon successful validation, FM sends a
VBPUO_Feedback_Messagewith the status "Geaccepteerd" (fieldSTATUSTYPE) to PSP. -
PSP processes the message and confirms with an HTTP status
200or201(created/processed).
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. -
FM performs technical validation and responds with an HTTP status
202(accepted). - FM then performs functional and back-office validations.
- If the validations fail, FM sends a
VBPUO_Feedback_Messagewith the status "Afgewezen" (fieldSTATUSTYPE) to PSP. -
PSP processes the rejection and responds with an HTTP status
200or422(unprocessable).
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. -
FM performs technical validation and responds with an HTTP status
202(accepted). - FM performs functional and back-office validations.
-
FM sends a
VBPUO_Feedback_Messagewith the status "Afgewezen" (fieldSTATUSTYPE), but the message is invalid. -
PSP processes the message and responds with an HTTP status
400(bad request). - FM may escalate by contacting PSP through an alternative channel.
-
PSP sends
Bericht_1._Vermogen_(0001a)to FM. -
FM performs technical validation and responds with an HTTP status
202(accepted). - FM performs functional and back-office validations.
-
FM sends a
VBPUO_Feedback_Messagewith the status "Geaccepteerd" (fieldSTATUSTYPE), but the message is invalid. -
PSP processes the message and responds with an HTTP status
400(bad request). - FM may escalate by contacting PSP through an alternative channel.
Deze wiki beschrijft Release 2027 (AOS-definitieversie 001.05, kandidaat — v1.4.0).
Werk je met Release 2026 (AOS 001.04, v1.3.1)? Die kent nog alle veertien berichten. Raadpleeg daarvoor de gepubliceerde handleiding op sivi.org.
Vragen of opmerkingen: via issues.