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

# Company wallet events

> Events for organizations that fund cards from a company balance: cardholders, card flows, transfers, recoveries.

These belong to the company-funded card flow, where your organization allocates spending power to cardholders from its own balance. Filter: `cardholder.*`, `cardholder_onboarding_session.*`, `card_flow.*`, `transfer.*`, `recovery.*`, `wallet.*`.

| Event                                                                                                         | Fires when                                                                                                    |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [`cardholder.created`](/webhooks/company-wallet/cardholder-created)                                           | A cardholder was created for your organization.                                                               |
| [`cardholder_onboarding_session.completed`](/webhooks/company-wallet/cardholder_onboarding_session-completed) | A hosted onboarding session finished and the cardholder exists.                                               |
| [`card_flow.started`](/webhooks/company-wallet/card_flow-started)                                             | A company-funded card mint started: a transfer from the company balance to the cardholder is about to happen. |
| [`card_flow.failed`](/webhooks/company-wallet/card_flow-failed)                                               | The mint did not complete.                                                                                    |
| [`transfer.approved`](/webhooks/company-wallet/transfer-approved)                                             | The transfer was approved (by API or in the dashboard).                                                       |
| [`transfer.completed`](/webhooks/company-wallet/transfer-completed)                                           | The funds reached the cardholder.                                                                             |
| [`recovery.requested`](/webhooks/company-wallet/recovery-requested)                                           | Residual spending power on a cardholder is being recovered back to the company pool.                          |
| [`wallet.funded`](/webhooks/company-wallet/wallet-funded)                                                     | The company balance received funds.                                                                           |
| [`wallet.balance.low`](/webhooks/company-wallet/wallet-balance-low)                                           | The company balance dropped below the threshold you set, accounting for committed funds.                      |
