Adyen · JSON Structure

Payments Additional Data Level23 Structure

AdditionalDataLevel23 schema from Adyen API

Type: object Properties: 17
PaymentsFinancial-ServicesFintech

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

Properties

enhancedSchemeData.customerReference enhancedSchemeData.destinationCountryCode enhancedSchemeData.destinationPostalCode enhancedSchemeData.destinationStateProvinceCode enhancedSchemeData.dutyAmount enhancedSchemeData.freightAmount enhancedSchemeData.itemDetailLine[itemNr].commodityCode enhancedSchemeData.itemDetailLine[itemNr].description enhancedSchemeData.itemDetailLine[itemNr].discountAmount enhancedSchemeData.itemDetailLine[itemNr].productCode enhancedSchemeData.itemDetailLine[itemNr].quantity enhancedSchemeData.itemDetailLine[itemNr].totalAmount enhancedSchemeData.itemDetailLine[itemNr].unitOfMeasure enhancedSchemeData.itemDetailLine[itemNr].unitPrice enhancedSchemeData.orderDate enhancedSchemeData.shipFromPostalCode enhancedSchemeData.totalTaxAmount

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/payments-additional-data-level23-structure.json",
  "description": "AdditionalDataLevel23 schema from Adyen API",
  "type": "object",
  "properties": {
    "enhancedSchemeData.customerReference": {
      "description": "The customer code.\n* Encoding: ASCII\n* Max length: 25 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.destinationCountryCode": {
      "description": "The three-letter [ISO 3166-1 alpha-3 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) for the destination address.\n* Encoding: ASCII\n* Fixed length: 3 characters",
      "type": "string"
    },
    "enhancedSchemeData.destinationPostalCode": {
      "description": "The postal code of the destination address.\n* Encoding: ASCII\n* Max length: 10 characters\n* Must not start with a space",
      "type": "string"
    },
    "enhancedSchemeData.destinationStateProvinceCode": {
      "description": "Destination state or province code.\n* Encoding: ASCII\n* Max length: 3 characters\n* Must not start with a space",
      "type": "string"
    },
    "enhancedSchemeData.dutyAmount": {
      "description": "The duty amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters",
      "type": "string"
    },
    "enhancedSchemeData.freightAmount": {
      "description": "The shipping amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n*Max length: 12 characters",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].commodityCode": {
      "description": "The [UNSPC commodity code](https://www.unspsc.org/) of the item.\n* Encoding: ASCII\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].description": {
      "description": "A description of the item.\n* Encoding: ASCII\n* Max length: 26 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].discountAmount": {
      "description": "The discount amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].productCode": {
      "description": "The product code.\n* Encoding: ASCII.\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].quantity": {
      "description": "The number of items. Must be an integer greater than zero.\n* Encoding: Numeric\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n\n",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].totalAmount": {
      "description": "The total amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Max length: 12 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].unitOfMeasure": {
      "description": "The unit of measurement for an item.\n* Encoding: ASCII\n\nMax length: 3 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.itemDetailLine[itemNr].unitPrice": {
      "description": "The unit price in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n* Encoding: Numeric\n* Max length: 12 characters\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.orderDate": {
      "description": "The order date.\n* Format: `ddMMyy`\n* Encoding: ASCII\n* Max length: 6 characters",
      "type": "string"
    },
    "enhancedSchemeData.shipFromPostalCode": {
      "description": "The postal code of the address the item is shipped from.\n* Encoding: ASCII\n* Max length: 10 characters\n* Must not start with a space or be all spaces\n* Must not be all zeros.",
      "type": "string"
    },
    "enhancedSchemeData.totalTaxAmount": {
      "description": "The total tax amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes).\n* For example, 2000 means USD 20.00.\n*Encoding: Numeric\n*Max length: 12 characters\n* Must not be all zeros.",
      "type": "string"
    }
  },
  "name": "AdditionalDataLevel23"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/payments-additional-data-level23-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.