Skip to main content

PaymentVoid Object

Voids the authorized payment.

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

Fields

payment ● Payment

Updated payment.

errors ● [PaymentError!]!

Show deprecatedHide deprecated

paymentErrors ● [PaymentError!]!

DEPRECATED

Use errors field instead.

Returned By

paymentVoid mutation