cURL
curl --request POST \ --url https://business.bfinance.app/external/api/utils/validateIban \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "iban": "DE89370400440532013000" } '
{ "status": "success", "data": { "valid": true } }
Checks if an IBAN is valid and returns the validation result.
JWT authentication token
"DE89370400440532013000"
Successfully validated IBAN
"success"
Show child attributes
Was this page helpful?
Contact support