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