riverty logo

Docs

Webhook and notifications

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.

Benefits of using AaaS Notifications

  1. They help you get feedback on non-synchronous processes.
  2. They are automated, so you receive instant feedback when the event is triggered.
  3. They are easy to integrate.
  4. They ensure improved communication between client’s system and Riverty’s AaaS.
  5. They are secure.