Valideer IBAN
POST /api/data/ValidateIban🏦 Valideer een IBAN bankrekeningnummer met behulp van de standaard Europese algoritmische controlesom.
- 📤 Stuur de IBAN als een gewone string in de request body (bijv.
"NL91ABNA0417164300") - ✅ Controleert op het juiste landvoorvoegsel, controlegetallen en BBAN-formaat
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
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'