PaymentRefund
Refunds the captured payment amount.
type PaymentRefund {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
PaymentRefund.payment ● Payment object
Updated payment.
PaymentRefund.paymentErrors ● [PaymentError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PaymentRefund.errors ● [PaymentError!]! non-null object
Returned by
paymentRefund mutation
Was this page helpful?