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

> The Collect object represents an incoming payment received into a Collection Account

A **collect** represents a single incoming payment into one of your Collection Accounts — whether received via local bank transfer, SWIFT, or stablecoin transfer. Each collect captures the amount, currency, sender details (where available), the receiving account or wallet, and the transaction's current state.

Collects are created automatically by Tazapay when funds arrive in a Virtual Account or Stablecoin Wallet. You can subscribe to webhook events to be notified of new collects in real time, and use the dashboard or API to inspect each one.

***

## Reference

| Resource                                                                               | Description                                                                            |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [Collect Object Schema](/api-reference/tazapay-api/collects)                           | Full field-level reference for the Collect object.                                     |
| [Fetch Collect API](/api-reference/tazapay-api/fetch-collect)                          | Retrieve details of a specific collect by its ID.                                      |
| [Collect Webhooks](/api-reference/tazapay-api/collect-webhook)                         | Webhook events fired when a collect is created, succeeds, fails, or is placed on hold. |
| [Simulate Collects (Sandbox)](/api-reference/tazapay-api/simulate-collects-on-sandbox) | Generate test collects in sandbox to exercise your integration.                        |

***

## What's Next

<CardGroup cols={2}>
  <Card title="Fetch Collect Details" icon="magnifying-glass" href="/collection-accounts/incoming-payments/api">
    Retrieve collect details via API, Dashboard, or Webhooks.
  </Card>

  <Card title="State Machine" icon="diagram-project" href="/collection-accounts/incoming-payments/state-machine">
    Understand how a collect moves through its possible states.
  </Card>

  <Card title="Compliance Holds" icon="shield-halved" href="/collection-accounts/incoming-payments/compliance-holds">
    How Tazapay screens incoming payments for compliance.
  </Card>

  <Card title="Reversals" icon="rotate-left" href="/collection-accounts/incoming-payments/reversals">
    What happens when a collect fails and funds are returned.
  </Card>

  <Card title="FX" icon="money-bill-transfer" href="/collection-accounts/incoming-payments/fx">
    How incoming funds are held, and when conversion happens.
  </Card>
</CardGroup>
