Adyen · Schema
BankAccountIdentificationValidationRequest
BankAccountIdentificationValidationRequest schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| accountIdentification | object | Bank account identification. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-bank-account-identification-validation-request-schema.json",
"title": "BankAccountIdentificationValidationRequest",
"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"
]
}