> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/refund.md).

# Refund

### Fields

#### amountCents ([Int](/graphql-api/api-reference/objects/int.md)!)

Refund amount in cents.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

The database ID of the refund.

#### payment ([Payment](/graphql-api/api-reference/objects/payment.md)!)

The payment the refund was issued for.

#### paymentProviderObjectId ([String](/graphql-api/api-reference/objects/string.md))

The payment provider ID for this refund

#### reason ([String](/graphql-api/api-reference/objects/string.md))

Reason why the refund was issued.

#### refundedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

The creation time of the refund.

#### status ([RefundStatus](/graphql-api/api-reference/objects/refund-status.md)!)

Status of the refund.
