{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/notifications-kyc-payout-method-check-result-structure.json", "description": "KYCPayoutMethodCheckResult schema from Adyen API", "type": "object", "properties": { "checks": { "description": "A list of the checks and their statuses.", "items": { "$ref": "#/components/schemas/KYCCheckStatusData" }, "type": "array" }, "payoutMethodCode": { "description": "The unique ID of the payoput method to which the check applies.", "type": "string" } }, "name": "KYCPayoutMethodCheckResult" }