{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-card-acquisition-request-schema.json", "title": "CardAcquisitionRequest", "description": "It conveys Information related to the payment and loyalty cards to read and analyse. This message pair is usually followed by a message pair (e.g. payment or loyalty) which refers to this Card Acquisition message pair. Content of the Card Acquisition Request message.", "type": "object", "properties": { "SaleData": { "$ref": "#/components/schemas/SaleData" }, "CardAcquisitionTransaction": { "$ref": "#/components/schemas/CardAcquisitionTransaction" } }, "required": [ "SaleData", "CardAcquisitionTransaction" ] }