> ## 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 pending

> Mark a transaction as payout pending.

# Partner payout pending

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

## Auth

Buyer webhook secret.

## Body

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

## Response

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