cancelPayment
Cancels a payment. PENDING payments and Bizum payments are canceled directly; other methods are voided through the processor. Already-captured payments cannot be canceled (use refundPayment).
cancelPayment(
input: CancelPaymentInput!
): Payment
Arguments
cancelPayment.input ● CancelPaymentInput! non-null input
Type
Payment object
Payment returned from create/refund/capture/cancel and the send-link/receipt mutations.