> ## Documentation Index
> Fetch the complete documentation index at: https://guides.saber.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Configuration

> Configuring Saber Money webhook URLs via the Developer Console or your POC, with Webhook Key/Secret signature authentication and sandbox testing.

Webhooks let Saber send your system real-time notifications about transaction updates and other status changes.

## Setting up Webhook URL

To configure webhooks:

### Through the Dashboard

Saber dashboard allows you to configure webhooks directly from the [Developer Console](https://dashboard.saber.money/developer-console) → webhook tab.

<Info>
  Setting up webhook credentials is mandatory for enabling webhooks
</Info>

## Authentication

Webhooks are signed with a Webhook Key/Secret pair, generated through the Developer Console.

<Info>
  Merchants onboarded before August 2025 can use their API Keys as Webhook Keys. We recommend switching to separate API and Webhook keys via the dashboard.
</Info>


## Related topics

- [Developer Section](/client/dashboard/developers.md)
- [Webhooks](/user/bank-account/webhooks.md)
- [Order lifecycle and Webhooks](/offramp/operations/lifecycle.md)
