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

# Collect Webhooks

> Subscribe to webhook events to be notified of incoming collects in real time

Tazapay sends emails and webhooks for events related to [collects](/api-reference/tazapay-api/collect-webhook). You can subscribe to these events by configuring a webhook endpoint from the [Tazapay Dashboard](https://dashboard.tazapay.com/).

***

## Common Collect Events

| Event               | When it fires                                                                                                                            |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `collect.succeeded` | The incoming payment was credited successfully to the collection account.                                                                |
| `collect.failed`    | The incoming payment could not be processed and has failed.                                                                              |
| `collect.on_hold`   | The collect was placed on a compliance hold for review. See [Compliance Holds](/collection-accounts/incoming-payments/compliance-holds). |
| `collect.detected`  | (Wallets only) The blockchain transaction was detected before confirmation.                                                              |

For the complete event reference and payload shapes, see the [Collect Webhook documentation](/api-reference/tazapay-api/collect-webhook).

***

## See Also

<CardGroup cols={2}>
  <Card title="Fetch via API" icon="code" href="/collection-accounts/incoming-payments/api">
    Retrieve collect details programmatically.
  </Card>

  <Card title="Fetch via Dashboard" icon="browser" href="/collection-accounts/incoming-payments/dashboard">
    View collects in the Tazapay dashboard.
  </Card>
</CardGroup>
