Check Eveoy order status
check_order_statusLook up the status of an Eveoy order by its Stripe Checkout session id.
Use this when the user wants to:
Check whether an order was paid
See the order total and size for a checkout session
Trigger phrases include: "check my order", "order status", "did my payment go through", "status of session cs_...".
Returns: { customer_email (masked), locations, customers_per_location, total_cents, status, guarantee_type, top_sku_price_cents, shopper_bonus_cents, fee_breakdown { base_cents, sku_cents, bonus_cents } }.
Do NOT use this for: creating an order (use start_checkout) or pricing (use get_pricing). Requires the cs_... session id from a prior checkout.
Cost: free. Latency: fast. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Stripe Checkout session id (cs_...). |