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

***

## See Also

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

  <Card title="Webhooks" icon="bell" href="/collection-accounts/incoming-payments/webhooks">
    Get notified of new collects in real time.
  </Card>
</CardGroup>
