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

# cardholder.created

> A cardholder was created for your organization.

A cardholder was created for your organization. `cardholder.updated` fires with the same shape when their KYC status or details change.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "cardholder.created",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "id": "ch_2b3c",
    "first_name": "Ada",
    "last_name": "Lovelace",
    "kyc_status": "approved"
  }
}
```
