{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-bank-account-identification-validation-request-structure.json", "description": "BankAccountIdentificationValidationRequest schema from Adyen API", "type": "object", "properties": { "accountIdentification": { "description": "Bank account identification.", "oneOf": [ { "$ref": "#/components/schemas/AULocalAccountIdentification" }, { "$ref": "#/components/schemas/BRLocalAccountIdentification" }, { "$ref": "#/components/schemas/CALocalAccountIdentification" }, { "$ref": "#/components/schemas/CZLocalAccountIdentification" }, { "$ref": "#/components/schemas/DKLocalAccountIdentification" }, { "$ref": "#/components/schemas/HKLocalAccountIdentification" }, { "$ref": "#/components/schemas/HULocalAccountIdentification" }, { "$ref": "#/components/schemas/IbanAccountIdentification" }, { "$ref": "#/components/schemas/NOLocalAccountIdentification" }, { "$ref": "#/components/schemas/NZLocalAccountIdentification" }, { "$ref": "#/components/schemas/NumberAndBicAccountIdentification" }, { "$ref": "#/components/schemas/PLLocalAccountIdentification" }, { "$ref": "#/components/schemas/SELocalAccountIdentification" }, { "$ref": "#/components/schemas/SGLocalAccountIdentification" }, { "$ref": "#/components/schemas/UKLocalAccountIdentification" }, { "$ref": "#/components/schemas/USLocalAccountIdentification" } ] } }, "required": [ "accountIdentification" ], "name": "BankAccountIdentificationValidationRequest" }