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

# order.placed

> An order was placed at the merchant.

An order was placed at the merchant. `charge_status` is `settled` when the charge is confirmed and `confirming` when the order is placed but the charge is still confirming.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "order.placed",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "order_id": "3f9a8c1b-7d2e-4c5a-9b1f-2e8d4a6c0b17",
    "merchant": "retail",
    "merchant_name": "Amazon",
    "conversation_id": "cmsq18x2m00a1",
    "user_id": "usr_8f3k2m",
    "total_cents": 2306,
    "currency": "usd",
    "charge_status": "settled",
    "payment_source": {
      "source": "vault",
      "brand": "visa",
      "last4": "4832"
    },
    "placed_at": "2026-09-01T21:40:11.902Z"
  }
}
```
