Webhooks

Overview

Webhooks are meant to automatically notify your web service about events that have occurred.

They are exploited for:

  • Events on payments in Noventiq Payments.
  • Events on orders in Noventiq Checkout.

When an event occurs, a notification will be sent to your web service via the HTTP POST request.
For each event, you can use an individual address for receiving notifications.

Webhooks are sent on the following events:

  • Creation of payment / order objects.
  • Receipt of payment results (success/error).