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

# checkout_authorization.submitted

> Hosted-form processors only, instead of `approved`: the user's device attested that it submitted the processor's form.

Hosted-form processors only, instead of `approved`: the user's device attested that it submitted the processor's form. No processor evidence exists, so `outcome` is `unverified` and there are no charged facts. Confirm the order with the merchant before treating it as paid.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "checkout_authorization.submitted",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "authorization_id": "cauth_9k1m4x7d",
    "user_id": "usr_8f3k2m",
    "external_user_id": "usr_8f3k2m",
    "merchant": "order.example.com",
    "amount": "₪150.00",
    "amount_cents": 15000,
    "currency": "ils",
    "amount_authority": "hosted_form_sum",
    "psp": "tranzila",
    "mode": "hosted_form",
    "submitted_at": "2026-09-02T10:42:07Z",
    "outcome": "unverified",
    "attested_by": "cardholder_device"
  }
}
```
