Skip to main content

PaymentRefund

Refunds the captured payment amount.

Requires MANAGE_ORDERSpermission.
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

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PaymentRefund.errors ● [PaymentError!]! non-null object payments

Returned By

paymentRefund mutation