Logo
Swift API Sandbox Collections API Documentation

Check validity of an IBAN, with SEPA-only option.

GET {{baseUrl}}/ibans/:iban/validity?sepa_only=true

You can check whether an IBAN is valid, by restricting validation to SEPA countries.

 

Body PARAM

Key Datatype Required Description 
sepa_only
boolean Whether the IBAN validation must be restricted to SEPA countries



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "iban": "IT60X0542811101000000123456", "validity": "IVAL" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/ibans/:iban/validity?sepa_only=true?sepa_only=true' -H 'Accept: application/json'

ENDPOINTS