Adyen · JSON Structure

Checkout Sub Merchant Info Structure

SubMerchantInfo schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

address id mcc name taxId

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/checkout-sub-merchant-info-structure.json",
  "description": "SubMerchantInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/BillingAddress"
    },
    "id": {
      "type": "string"
    },
    "mcc": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "taxId": {
      "type": "string"
    }
  },
  "name": "SubMerchantInfo"
}