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

> The mint did not complete.

The mint did not complete. `funds_status` says where the money went (`released_to_headroom`).

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "card_flow.failed",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "transfer_id": "owt_1f2e",
    "cardholder_id": "ch_2b3c",
    "amount_cents": 2500,
    "reason": "mint_failed",
    "funds_status": "released_to_headroom"
  }
}
```
