Webhook Configuration
Details on how to configure webhook notifications for transaction updates
This section covers configuring webhooks to ensure secure and reliable communication between systems.
Webhooks allow Saber Money to send real-time notifications to the merchantโs system about important events, such as transaction updates or status changes. Configuring webhooks enables event-driven communication and ensures your system stays up-to-date.
Setting up Webhook URL
There are two ways to configure webhooks:
Through Saber Money Dashboard
Once available, merchants can configure webhooks directly from the Saber Money Dashboard under the Developer Console for a seamless setup experience.
To configure, go to - https://dashboard.saber.money/developer-console -> webhook tab.
Through Saber Money Point of Contact (POC)
For this, share your webhook URL with your Saber Money POC, who will handle the configuration on your behalf. You can set different webhook URLs for our sandbox and production environments.
For details on the types of webhooks for different events, please refer to our Webhook Section.
Authentication
All the webhooks are signed by the Webhook Key and Secret Pair. These credentials can be generated through the Developer console on Saber.
Merchants onboarded before August 2025 can use the API Keys as Webhooks Keys. However, we suggest you to change these credentials from the dashboard and use separate API and Webhook Keys.
Additional Notes
Event Testing: We recommend testing webhook events in a sandbox environment to verify your configuration.
Authentication: Ensure webhooks are secured using authentication tokens or signature verification for added security.
For further assistance, reach out to your Saber Money POC.
Updated 3 days ago