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