The Firmhouse Logo [FH]
Developer Docs

Refund

Represents a refund issued for a payment. On this refund object you can find the refund amount and if the refund was succesful or not.

Fields

amountCents (Int!)
Refund amount in cents.
id (ID!)
The database ID of the refund.
payment (Payment!)
The payment the refund was issued for.
paymentProviderObjectId (String)
The payment provider ID for this refund
reason (String)
Reason why the refund was issued.
refundedAt (ISO8601DateTime)
The creation time of the refund.
status (RefundStatus!)
Status of the refund.