capturePosPaymentForSale
Captures a POS card reader payment for a sale.
After initiating a payment with initiatePosPaymentForSale,
use this mutation to capture it once the card reader confirms.
Authorization is required.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | CapturePosPaymentForSaleInput! |
Type
This field resolves to CapturePosPaymentForSalePayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
payment | The captured POS payment. | PosPayment! |
sale | The sale (`Sale`) for which the payment was captured. | Sale |