Validate IBAN
POST /api/data/ValidateIbanπ¦ Validate an IBAN bank account number using the standard European algorithmic checksum.
- π€ Send the IBAN as a plain string in the request body (e.g.
"NL91ABNA0417164300") - β Asserts correct country prefix, check digits, and BBAN format
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
body*string
IBAN number to validate, e.g. NL70ABNA00000000.
Response Body
curl -X POST "https://jubilee-ws.test.harmony.nl/api/data/ValidateIban" \ -H "Content-Type: application/json" \ -d 'DE85740201001516666683'