{ "$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" }