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

> A company-funded card mint started: a transfer from the company balance to the cardholder is about to happen.

A company-funded card mint started: a transfer from the company balance to the cardholder is about to happen. When `ack_required` is true, approve the transfer before `ack_deadline` or it fails.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "card_flow.started",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "transfer_id": "owt_1f2e",
    "cardholder_id": "ch_2b3c",
    "external_user_id": "your_user_42",
    "amount_cents": 2500,
    "fee_cents": 0,
    "transfer_cents": 2500,
    "ack_required": true,
    "ack_deadline": "2026-09-07T17:06:00Z",
    "client_id": "client_a1b2c3"
  }
}
```
