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