For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated

Was this helpful?