For AI agents: visit https://pinpad.docs.netevia.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
{
"tx": <Transaction>,
// customer may select Cash payment instead of Card
"customerCashOption": false,
// customer may enter card details manually
"customerManualEntryOption": false,
// customer may cancel the payment
"customerCancelOption": false,
// customer will be prompted with signature input
"customerSignature": false,
// customer will be prompted to enter tips
"customerTips": false,
// PIN Pad will send transient responses (e.g. Payment State)
"transientResponses": false,
// whether to print the receipt (on devices with a printer)
"printedReceipt": false
}