> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook

> How to configure webhooks in Neuro-Pay via the Company Admin portal.

## Overview

You can create and configure webhooks in Neuro-Pay using **Company Admin → Webhooks**.

Available key-management options include:

* **Url** (required)
* **Test** or **Live** key type (required)
* optional human-friendly **Name**
* optional human-friendly **Description**
* **Selected Events** Which events will trigger the webhook

**Available events:**

* `checkout` (for payment and refund events)
* `checkoutclient` (for change and delete events)
* `settlement` (only available for SwedBank and Nuvei integrations)

<img src="https://mintcdn.com/trustanchorgroupab/7wOxoJN45B7BbzUO/images/webhook-create.png?fit=max&auto=format&n=7wOxoJN45B7BbzUO&q=85&s=2f2848cf85e107a78b471bd338092f24" alt="Webhook admin screenshot" width="1607" height="529" data-path="images/webhook-create.png" />

This allows you to receive real-time notifications for key actions in your integration. Make sure your webhook endpoint is ready to securely receive and process POST requests from Neuro-Pay.
