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

# Fetch Collect Details via API

> Retrieve incoming collect details programmatically

You can use the [Fetch Collect API](/api-reference/tazapay-api/fetch-collect) to retrieve the details of an incoming collect payment by its ID.

For the full field-level schema, see the [Collect object reference](/api-reference/tazapay-api/collects).

***

## Other ways to track incoming payments

Beyond polling the API, you can monitor collects visually or have Tazapay push updates to you.

<CardGroup cols={2}>
  <Card title="Dashboard" icon="table-columns" iconType="duotone" href="/collection-accounts/incoming-payments/dashboard" cta="View guide" arrow>
    Browse, filter, and reconcile collects manually — no integration required.
  </Card>

  <Card title="Webhooks" icon="bolt" iconType="duotone" href="/collection-accounts/incoming-payments/webhooks" cta="Set up webhooks" arrow>
    Receive a real-time event the moment funds land, so you don't have to poll.
  </Card>
</CardGroup>
