Skip to main content
Version: 3.x

PaymentVoid

Voids the authorized payment.

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

Fields

PaymentVoid.payment ● Payment object

Updated payment.

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

DEPRECATED

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

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

Returned by

paymentVoid mutation


Was this page helpful?