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

# Partner payout

> Complete payout for a transaction.

# Partner payout

```http theme={null}
POST /api/webhooks/partner-payout
```

## Auth

Buyer webhook secret.

## Body

```json theme={null}
{
  "transactionId": "txn_...",
  "reason": "optional"
}
```

## Response

```json theme={null}
{
  "item": {},
  "previousStatus": "...",
  "alreadyApplied": false
}
```
