# Refund

### Fields

#### amountCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Refund amount in cents.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

The database ID of the refund.

#### payment ([Payment](https://developer.firmhouse.com/graphql-api/api-reference/objects/payment)!)

The payment the refund was issued for.

#### paymentProviderObjectId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

The payment provider ID for this refund

#### reason ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

Reason why the refund was issued.

#### refundedAt ([ISO8601DateTime](https://developer.firmhouse.com/graphql-api/api-reference/objects/iso-8601-date-time))

The creation time of the refund.

#### status ([RefundStatus](https://developer.firmhouse.com/graphql-api/api-reference/objects/refund-status)!)

Status of the refund.
