Adyen · JSON Structure

Configuration Balance Platform Structure

BalancePlatform schema from Adyen API

Type: object Properties: 3 Required: 1
PaymentsFinancial ServicesFintech

BalancePlatform is a JSON Structure definition published by Adyen, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description id status

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/configuration-balance-platform-structure.json",
  "description": "BalancePlatform schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "Your description of the balance platform, maximum 300 characters.",
      "maxLength": 300,
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the balance platform.",
      "type": "string"
    },
    "status": {
      "description": "The status of the balance platform.\n\nPossible values: **Active**, **Inactive**, **Closed**, **Suspended**.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "name": "BalancePlatform"
}