CancelPaymentInput
Input for cancelPayment. Voids an authorization before capture.
input CancelPaymentInput {
paymentId: ID!
cancellationReason: CancellationReason
}
Fields
CancelPaymentInput.paymentId ● ID! non-null scalar
Payment id to cancel.
CancelPaymentInput.cancellationReason ● CancellationReason enum
The reason for canceling the Payment.
Member Of
cancelPayment mutation