RefundPaymentInput

Autogenerated input type of RefundPayment

Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

id (ID)

ID of the payment to issue the refund for. When provided, invoice_id is ignored.

invoiceId (ID)

ID of the invoice to find a paid payment for refunding when no payment ID is provided.

amount (Float!)

Amount to refund.

reason (String!)

Reason for issuing the refund.

Last updated

Was this helpful?