Copy for LLMOn this pagepaymentVoid MutationVoids the authorized payment. Requires the MANAGE_ORDERSpermission. paymentVoid( paymentId: ID!): PaymentVoid Detailstype PaymentVoid { payment: Payment paymentErrors: [PaymentError!]! @deprecated errors: [PaymentError!]!} Arguments paymentId ● ID! Payment ID. Type PaymentVoid Voids the authorized payment. Requires the MANAGE_ORDERSpermission.