Skip to main content
Version: 3.x

PaymentRefund

Refunds the captured payment amount.

Requires MANAGE_ORDERSpermission.
type PaymentRefund {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}

Fields

PaymentRefund.payment ● Payment object

Updated payment.

PaymentRefund.paymentErrors ● [PaymentError!]! deprecated non-null object

DEPRECATED

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

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

Returned by

paymentRefund mutation


Was this page helpful?