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
| Argument | Description | Type |
|---|---|---|
| input | CancelPosPaymentForSaleInput! |
Type
This field resolves to CancelPosPaymentForSalePayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
payment | The canceled POS payment. | PosPayment! |