Postbox Messages
Postbox messages
When a change in client account movements’ data occurs that the client should be informed about – the Postbox functionality comes in play, where the bank system will place messages containing information about the occurred changes. A client system can periodically request messages by using the getPostboxMessage functionality and after receiving the information should acknowledge the bank system that the messages were downloaded successfully. This allows the DBI channel to filter which messages the client has already received and which should be provided to him. The Bank system will remove acknowledged messages from the Postbox and archive them. The Bank system can remove unread and unacknowledged messages from Postbox after a predefined time period is expired.
GetMessagesFromPostbox method
Method | Description | Returns |
---|---|---|
GetMessagesFromPostbox | Main get postbox messages request object | Returns simple or movement messages containing id, message text, type, status and additional attributes. |
AcknowledgePostboxMessages method
Method | Description | Returns |
---|---|---|
AcknowledgePostboxMessages | Main postbox acknowledgement request object |
Bank system will remove acknowledged messages from the Postbox and archive them.
Updated 2 months ago