Adyen · JSON Structure

Management Standalone Structure

Standalone schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

Standalone 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

currencyCode enableStandalone

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-standalone-structure.json",
  "description": "Standalone schema from Adyen API",
  "type": "object",
  "properties": {
    "currencyCode": {
      "description": "The default currency of the standalone payment terminal as an [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.",
      "maxLength": 3,
      "minLength": 3,
      "type": "string"
    },
    "enableStandalone": {
      "description": "Enable standalone mode.",
      "type": "boolean"
    }
  },
  "name": "Standalone"
}