{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransferNotificationMerchantData", "title": "TransferNotificationMerchantData", "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" } }, "type": "object" }