Skip to main content

Set up a message listener

Messages are notifications sent to other listening components about actions performed on the Banqup platform. For example, several components might be interested to be notified when a new document has been uploaded: reconciliation, signing, accounting software etc.
Listening to messages requires registration of a "message-listening" plugin (predefined hook) within the platform. Also, because not all components are interested in all messages, you can filter what messages you want to receive, using message categories and types.

Check out the API guides for more information on plugins and messages and follow the steps below to set up a message listener.

Prerequisites

  • Base path: The base path represents the root URL of your service, e.g. https://example.com. Based on this example URL, Banqup will send messages to the endpoint https://example.com/messages, which must be configured to accept POST requests.
  • Message category and type to which you are subscribing.