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