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

# Payouts Webhooks

> Consolidated index for Payouts webhook documentation, including V2 JSON webhooks, legacy V1 webhooks, Cashgram, dashboard setup, and signature rules.

Payouts can emit webhooks for transfer lifecycle updates, batch outcomes, beneficiary incidents, and balance signals. **Payouts Webhooks V2** uses JSON bodies and **header-based** HMAC verification. **Cashgram** and some legacy flows use different payload and verification rules. For shared webhook behaviour (retries, IP allow lists), see the [Cashfree webhooks overview](/docs/api-reference/webhooks/overview).

## API reference

Use the following pages for payload shapes, headers, and event names.

<CardGroup cols={2}>
  <Card title="Webhooks V2" icon="code" href="/docs/api-reference/payouts/v2/webhooks/webhooks-v2">
    Transfer status notifications with payloads, header signatures, retries, and IP addresses.
  </Card>

  <Card title="Webhooks V1 (V2 dashboard)" icon="clock-rotate-left" href="/docs/api-reference/payouts/v2/webhooks/webhooks-v1">
    Transfer status notifications and setup notes when using the V2 webhook configuration surface.
  </Card>

  <Card title="Cashgram webhooks" icon="file-lines" href="/docs/api-reference/payouts/v1/webhooks">
    Cashgram redemption, reversal, and expiry event reference.
  </Card>
</CardGroup>

## Product guides

The same webhook events, covered from a dashboard and operational perspective.

<CardGroup cols={2}>
  <Card title="Payouts product webhooks" icon="chart-line" href="/docs/payouts/payouts/make-payouts/webhooks">
    Dashboard configuration steps and operational guidance for the Webhooks V1 (V2 dashboard) events above, described in product language.
  </Card>

  <Card title="Cashgram integration webhooks" icon="link" href="/docs/payouts/cashgram/integration/webhooks">
    Cashgram redemption, reversal, expiry events, and form-parameter signature verification.
  </Card>
</CardGroup>

For payout **status codes** returned in APIs and webhooks, see the [Payouts V2 response codes API](/docs/api-reference/payouts/v2/response-codes).
