Adyen · JSON Structure

Configuration Payment Instrument Group Info Structure

PaymentInstrumentGroupInfo schema from Adyen API

Type: object Properties: 5 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

balancePlatform description properties reference txVariant

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-payment-instrument-group-info-structure.json",
  "description": "PaymentInstrumentGroupInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "balancePlatform": {
      "description": "The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the payment instrument group belongs.",
      "type": "string"
    },
    "description": {
      "description": "Your description for the payment instrument group, maximum 300 characters.",
      "maxLength": 300,
      "type": "string"
    },
    "properties": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Properties of the payment instrument group.",
      "type": "object"
    },
    "reference": {
      "description": "Your reference for the payment instrument group, maximum 150 characters.",
      "maxLength": 150,
      "type": "string"
    },
    "txVariant": {
      "description": "The tx variant of the payment instrument group.",
      "type": "string"
    }
  },
  "required": [
    "balancePlatform",
    "txVariant"
  ],
  "name": "PaymentInstrumentGroupInfo"
}