Webhooks

Introduction

Besides the MplusKASSA API, there is another method to extend the MplusKASSA software with additional functionality. We have dubbed this system Webhooks. Using this system, you can create a web-based application that reacts to various events occuring in our software. You can use this to do things like applying vouchers, registering ticket sales or triggering other actions.

In this section you will find a technical explanation of this system and request and response examples for all the different events that are supported by Webhooks.

When you are ready to start development, you can request to become a Partner to receive a license for the MplusKASSA software with webhook functionality.

Webhook-specific release notes

Explanation of the system

Available Webhooks on POS with samples

Available Webhooks MplusKASSA ONLINE Handheld BETA

We are in the proces of implementing the webhooks triggers in the online handheld currently the webhooks triggers below are implemented.
Do note that these are in beta en subject to change.

  • startExternalPayment – The session does not get filled.
  • addSessionLine
  • updateSessionLine
  • removeSessionLine
  • scanCode
  • selectRelation (coming soon)