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

# v1 Webhook Configuration

> Reference the legacy webhook integration endpoint while moving webhook handling practice to the unified v2 guidance.

Use this page only to keep an old integration running.

## Endpoint

`POST /v1/business/integration`

## Example request

```json theme={null}
{
  "url": "https://shop.example/webhooks/pagou-v1"
}
```

## Example response

```json theme={null}
{
  "success": true
}
```

## Migration rule

For webhook behavior, retries, deduplication, and reconciliation, use the modern [webhook guides](/webhooks/overview). Keep v1 configuration changes minimal.
