/validate/batchValidate up to 500 mixed financial identifiers in one call. Each item may specify type iban, vat, card or auto.
{
"properties": {
"items": {
"items": {
"type": "object"
},
"maxItems": 500,
"type": "array"
}
},
"required": [
"items"
],
"type": "object"
}{
"properties": {
"count": {
"type": "integer"
},
"results": {
"items": {
"type": "object"
},
"type": "array"
}
},
"type": "object"
}{
"items": [
{
"type": "iban",
"value": "NL91ABNA0417164300"
},
{
"type": "card",
"value": "4111111111111111"
}
]
}{
"count": 2,
"ok": true,
"results": [
{
"valid": true
},
{
"valid": true
}
]
}