Verify EUR IBAN
Check if a EUR IBAN is reachable on the SEPA and SEPA Instant networks. Required scope: bank:read.
Authorizations
Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
Body
This endpoint checks if a EUR IBAN is reachable on the SEPA and SEPA Instant networks. You send the IBAN. Blaaiz returns two reachability flags. This endpoint is a reachability check. It is not a name-match or Confirmation-of-Payee check, because the provider has no EUR equivalent of that check today. Example Use Cases:
- Confirm that a EUR account can receive a SEPA payment before a payout.
- Check if an account can receive a SEPA Instant payment. You can send the IBAN with or without spaces. Blaaiz removes the spaces before the check.
EUR IBAN to check. The value starts with a 2-letter country code, 2 check digits, and 11 to 30 more characters. The full value is 15 to 34 characters. Spaces are allowed and Blaaiz removes them.
Response
Reachability check completed. The status code is 200 when the account is reachable, partly reachable, or not reachable.

