Skip to Main Content
Riverty Docs
riverty logo Docs

Webhook and notifications

1. Overview

Webhooks are an integral part of Riverty’s Accounting as a Service (AaaS) product. While most interactions with our platform involve direct requests to the REST API followed by synchronous responses, many business processes are executed asynchronously or on a scheduled basis.

Examples of such processes include:

  • Payment processing

  • Order processing

  • Bill or invoice generation

By subscribing to our webhooks, you can receive real-time notifications whenever these events occur, ensuring that your systems are always up to date.

2. How Webhooks Work

Our webhook system operates via HTTP POST requests.
When an event is triggered, Accounting as a Service sends a notification to your configured callback endpoint containing relevant event data.

3. Benefits of Accounting as a Service Webhooks

  • Real-time updates – Receive immediate feedback on non-synchronous processes.

  • Automation – No need for manual status checks; events trigger notifications automatically.

  • Easy integration– Simple HTTP-based communication.

  • Improved communication – Ensures better synchronization between your systems and Riverty’s Accounting as a Service.

  • Secure delivery – Notifications are sent only to registered, verified endpoints.

4. How to get started

Follow the simple guideline to get started.