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

# transfer.approved

> The transfer was approved (by API or in the dashboard).

The transfer was approved (by API or in the dashboard). `transfer.initiated`, `transfer.completed`, `transfer.failed`, and `transfer.released` follow the same shape with `transferred_cents`, `tx_hash`, or `reason` as the stage requires.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "transfer.approved",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "transfer_id": "owt_1f2e",
    "cardholder_id": "ch_2b3c",
    "amount_cents": 2500,
    "approved_via": "api"
  }
}
```
