Adyen · JSON Structure

Management Payment Structure

Payment schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

contactlessCurrency hideMinorUnitsInCurrencies

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/management-payment-structure.json",
  "description": "Payment schema from Adyen API",
  "type": "object",
  "properties": {
    "contactlessCurrency": {
      "description": "The default currency for contactless payments on the payment terminal, as the three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.",
      "maxLength": 3,
      "minLength": 3,
      "type": "string"
    },
    "hideMinorUnitsInCurrencies": {
      "description": "Hides the minor units for the listed [ISO currency codes](https://en.wikipedia.org/wiki/ISO_4217).",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "name": "Payment"
}