Webhook Events
Webhook events are specific triggers that notify integrated applications about significant occurrences within a system. When a designated event happens—such as a transaction completion, account update, or fraud alert—the BaaS platform generates a webhook. This event includes relevant data in the payload and is sent as an HTTP POST request to a predefined endpoint.
Key types of webhook events include:
- Transaction Events: Notifications triggered by account transactions, enabling real-time updates and alerts in connected applications.
- Account Events: Updates regarding changes to account status, such as openings or modifications, ensuring all integrated systems maintain accurate user information.
- Fraud Alerts: Immediate notifications about suspicious activities, allowing applications to take swift action to protect users and their accounts.