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

# RefundCreatedOrderEvent

> Represents a refund created for an order.

This object corresponds to a [`REFUND_CREATED`](/docs/webhooks/events#refund-webhooks) webhook event. A single order can have multiple refunds in cases where the shopper goes through the refund process multiple times for a single order.

If the order is completely refunded, a [`PaymentRefundedOrderEvent`](/docs/api-reference/paymentrefundedorderevent) will be created in addition to any pre-existing [`RefundCreatedOrderEvent`](/docs/api-reference/refundcreatedorderevent) objects.

## 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="amount" type={<a href="/docs/api-reference/price">Price!</a>} required>
  The amount of the refund.
</ParamField>

## Related types

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