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

# card.closed

> The card closed.

The card closed. `reason` is `one_time_use` after its first approved charge, or `canceled`, `expired`, `declined`.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "card.closed",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "id": "card_7h2k",
    "last4": "4242",
    "status": "CLOSED",
    "reason": "one_time_use"
  }
}
```
