Adyen · Schema

SubMerchantInfo

PaymentsFinancial ServicesFintech

Properties

Name Type Description
address object
id string
mcc string
name string
taxId string
View JSON Schema on GitHub

JSON Schema

adyen-submerchantinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubMerchantInfo",
  "title": "SubMerchantInfo",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/BillingAddress"
    },
    "id": {
      "type": "string"
    },
    "mcc": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "taxId": {
      "type": "string"
    }
  },
  "type": "object"
}