Adyen · JSON Structure

Terminal Card Acquisition Request Structure

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: 2 Required: 2
PaymentsFinancial ServicesFintech

CardAcquisitionRequest is a JSON Structure definition published by Adyen, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SaleData CardAcquisitionTransaction

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-card-acquisition-request-structure.json",
  "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"
  ],
  "name": "CardAcquisitionRequest"
}