> ## Documentation Index
> Fetch the complete documentation index at: https://devs.elementpay.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Check order status

# Check order status

Use the creation tx hash:

```bash theme={null}
curl "$BASE_URL/orders/tx/$TX_HASH" -H "X-API-Key: $API_KEY"
```

**Statuses**

* `submitted` → `pending` → `settled`
* `failed` (see `reason` in webhook payload), `refunded` if applicable

**Tip:** Prefer webhooks over polling to reduce latency and load.
