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

# transaction.authorized

> A merchant authorized a charge on the card.

A merchant authorized a charge on the card.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "transaction.authorized",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "id": "txn_3f9a",
    "card_id": "card_7h2k",
    "last4": "4242",
    "amount_cents": 675,
    "merchant": "COFFEE SHOP #42 SAN FRANCISCO",
    "status": "PENDING",
    "balance_cents": 325
  }
}
```
