Skip to main content
POST
Verify EUR IBAN

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Body

application/json

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.
iban
string
required

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.

sepa_reachable
boolean
required

True if the account is reachable on the SEPA network.

sepa_inst_reachable
boolean
required

True if the account is reachable on the SEPA Instant network.