Validate IBAN
POST/business/validate/iban
Checks whether the provided IBAN (International Bank Account Number) is valid.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
ibanstringrequired
The IBAN
Example:
DE02120300000000202051
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
validbooleanrequired
Whether the IBAN is valid.
Example:
true
{
"valid": true
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}