> ## Documentation Index
> Fetch the complete documentation index at: https://wpay-feat-edp-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

Webhooks allow you to receive notifications of events that occurred on our
platform. These notifications are delivered to an HTTPS endpoint
of your choice.

## Setup

We currently support one webhook URL per instance. Webhooks can be configured
by administrators by heading to **Settings** -> **Merchants** and then select
the merchant account to set the webhook up for. Click on the `...` actions menu
and select **Edit merchant**. Next, on the **webhooks** tab you can set your
webhook URL.

### Current features

* Event details include a target UUID for retrieval
* The ability to deliver an event to a merchant's webhook endpoint
* Basic authentication credentials (username/password)

### Future consideration

* Control which events are received
* Event details including the event name, the full resource, and changes
* Webhook signature
