validate.batch
Validate up to 100 mixed identifiers in one deterministic call. Each result shows validity and type-specific fields, with errors isolated to the offending item.
Instructions
Validate up to 100 mixed identifiers in one deterministic call. Pass items=[{type,value}] with type one of iban, gtin, aba, lei, bic, gln, sscc, isin, cusip. Each result (in input order, with index + type) carries valid/reason plus the same type-specific fields the single endpoints return. One bad value or unsupported type degrades to that item only. Collapses a whole record of checksum checks into one round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Identifiers to validate; each {type, value}. |