Webhooks allow you to send information about Stax Bill events to third-party web apps at the moment they occur. To learn more about webhooks and how and when to use them, see the Stax Bill developer documentation.
To configure a webhook:
-
In Stax Bill, navigate to Settings >Integrations >Webhooks.
-
On the Webhooks page, click Create Webhooks Configuration.
-
On the Webhooks configuration page, click Generate Key to generate your API key, which will be used to secure webhooks messages. This API key is Base64 encoded in the header of every message.
-
Enter the URL for the endpoint to which you want Stax Bill to push the event information.
-
Select an event from the Events dropdown list and click Add. The selected event appears in the events list at the bottom of the page.
Select another event and click Add if you want to push additional event notifications to the same URL. Repeat until you have added all of the desired events.
Note: To remove an event from the list, click Delete to the right of the event list entry.
-
Click Save.
Tip
You can create multiple webhooks, each pointing to a different URL.