Adyen · JSON Structure

Terminal Payment Data Structure

PaymentData schema from Adyen API

Type: object Properties: 7
PaymentsFinancial ServicesFintech

PaymentData is a JSON Structure definition published by Adyen, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PaymentType SplitPaymentFlag RequestedValidityDate CardAcquisitionReference Instalment CustomerOrder PaymentInstrumentData

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-payment-data-structure.json",
  "description": "PaymentData schema from Adyen API",
  "type": "object",
  "properties": {
    "PaymentType": {
      "$ref": "#/components/schemas/PaymentType"
    },
    "SplitPaymentFlag": {
      "type": "boolean",
      "default": false
    },
    "RequestedValidityDate": {
      "type": "date"
    },
    "CardAcquisitionReference": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "Instalment": {
      "$ref": "#/components/schemas/Instalment"
    },
    "CustomerOrder": {
      "$ref": "#/components/schemas/CustomerOrder"
    },
    "PaymentInstrumentData": {
      "$ref": "#/components/schemas/PaymentInstrumentData"
    }
  },
  "name": "PaymentData"
}