{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-transfer-notification-merchant-data-schema.json", "title": "TransferNotificationMerchantData", "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" } } }