Eventjet GraphQL API documentation

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

ArgumentDescriptionType
inputCapturePosPaymentForSaleInput!

Type

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

FieldDescriptionType
paymentThe captured POS payment.PosPayment!
saleThe sale (`Sale`) for which the payment was captured.Sale