Adyen · JSON Structure

Transfer Webhooks Transfer Notification Merchant Data Structure

TransferNotificationMerchantData schema from Adyen API

Type: object Properties: 7
PaymentsFinancial ServicesFintech

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

Properties

acquirerId city country mcc merchantId name postalCode

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/transfer-webhooks-transfer-notification-merchant-data-structure.json",
  "description": "TransferNotificationMerchantData schema from Adyen API",
  "type": "object",
  "properties": {
    "acquirerId": {
      "description": "The unique identifier of the merchant's acquirer.",
      "type": "string"
    },
    "city": {
      "description": "The city where the merchant is located.",
      "type": "string"
    },
    "country": {
      "description": "The country where the merchant is located.",
      "type": "string"
    },
    "mcc": {
      "description": "The merchant category code.",
      "type": "string"
    },
    "merchantId": {
      "description": "The merchant identifier.",
      "type": "string"
    },
    "name": {
      "description": "The name of the merchant's shop or service.",
      "type": "string"
    },
    "postalCode": {
      "description": "The merchant postal code.",
      "type": "string"
    }
  },
  "name": "TransferNotificationMerchantData"
}