Webhooks are integral part of Accoutning as a Service product. While most of the feedback is primarily done via requests to the REST API followed by a synchronous response. There are many business processes in the system which are performed later or are scheduled for example, payment proecssing, order processing or bill or invoice generation. Subscribing to our webhooks is a way to receive notifications and help ensure you are always up-to-date with these events.
Our webhooks work through HTTP POST requests, sending necessary information in the form of notifications to a designated callback endpoint whenever an event is triggered.