> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderCancelFailedOrderEvent

> Represents a failed payment status for an order.

## Fields

***

<ParamField path="id" type={<>ID!</>} required>
  The unique identifier of the event.
</ParamField>

<ParamField path="createdAt" type={<><a href="/docs/api-reference/time">Time!</a></>} required>
  The time the order event was created.
</ParamField>

<ParamField path="reason" type={<>String!</>} required>
  The reason for the order failure.
</ParamField>

## Related types

* [`OrderEvent`](/docs/api-reference/orderevent)
