diff --git a/openapi/spec3.json b/openapi/spec3.json index 00eb5b12..302c4294 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -35821,6 +35821,20 @@ ] }, + "terminal_reader_reader_resource_process_config": { + "description": "Represents a per-transaction override of a reader configuration", + "properties": { + "skip_tipping": { + "description": "Override showing a tipping selection screen on this transaction.", + "type": "boolean" + } + }, + "title": "TerminalReaderReaderResourceProcessConfig", + "type": "object", + "x-expandableFields": [ + + ] + }, "terminal_reader_reader_resource_process_payment_intent_action": { "description": "Represents a reader action to process a payment intent", "properties": { @@ -35842,6 +35856,9 @@ } ] } + }, + "process_config": { + "$ref": "#/components/schemas/terminal_reader_reader_resource_process_config" } }, "required": [ @@ -35850,7 +35867,8 @@ "title": "TerminalReaderReaderResourceProcessPaymentIntentAction", "type": "object", "x-expandableFields": [ - "payment_intent" + "payment_intent", + "process_config" ] }, "terminal_reader_reader_resource_process_setup_intent_action": {