Eventjet GraphQL API documentation

cancelPosPaymentForSale

Cancels a POS card reader payment for a sale.

After initiating a payment with initiatePosPaymentForSale, use this mutation to cancel it if the payment should not proceed.

Authorization is required.

Arguments

ArgumentDescriptionType
inputCancelPosPaymentForSaleInput!

Type

This field resolves to CancelPosPaymentForSalePayload, which has the following fields:

FieldDescriptionType
paymentThe canceled POS payment.PosPayment!