Bank Account Verification
Instant Checks

IBAN Lite

introduction the international bank account number (iban) is an internationally recognized standard for identifying bank accounts across borders it was developed to facilitate and streamline international transactions, making them more secure and efficient what is iban(international bank account number) an iban is a unique identifier assigned to a bank account to make it easily recognizable, not only within a specific country but also globally it helps prevent errors and confusion when processing cross border payments and ensures that funds are transferred to the correct recipient structure of iban the iban format can vary slightly from one country to another, but it typically consists of the following components country code (iso 3166 1 alpha 2) the iban begins with a two letter country code, which represents the country where the bank account is held check digits next are two check digits, used to validate the iban's accuracy during the transaction process bank identifier this part varies by country and can include the bank's code, branch code, and other identifiers, as needed account number the iban concludes with the account number, which is the unique portion identifying the specific bank account is iban only for euros transfer? no, the international bank account number (iban) is not exclusively for euro transfers while ibans are commonly associated with eurozone countries and european transactions due to the european union's adoption of iban as a standard, they are used worldwide for international money transfers in various currencies the iban system was originally developed by the european committee for banking standards (ecbs) and the international organization for standardization (iso) to simplify and standardize cross border payments within europe however, many non european countries and financial institutions have also adopted ibans to facilitate international transactions and improve their accuracy ibans are used to identify bank accounts and ensure the correct routing of funds in a standardized format, regardless of the currency involved so, whether you are sending money in euros, us dollars, british pounds, or any other currency, iban can be used to ensure the secure and efficient transfer of funds the currency conversion, if necessary, is typically handled by the banks or payment service providers involved in the transaction standard iban length(countrywise) below is the standard length of ibans accepted for each country mentioned for countries accepting ibans which are not available in this list, they'll follow standard convention of minimum length of 15 and maximum length of 34 country name iban length (including 2 letters) country code (iban first 2 letters) albania 28 al andorra 24 ad austria 20 at azerbaijan 28 az bahrain 22 bh belgium 16 be bosnia and herzegovina 20 ba bulgaria 22 bg croatia 21 hr cyprus 28 cy czech republic 24 cz denmark 18 dk estonia 20 ee faroe islands 18 fo finland 18 fi france 27 fr georgia 22 ge germany 22 de gibraltar 23 gi greece 27 gr greenland 18 gl guernsey 22 gg hungary 28 hu iceland 26 is ireland 22 ie isle of man 22 im israel 23 il italy 27 it jersey 22 je jordan 30 jo kazakhstan 20 kz kosovo 20 xk kuwait 30 kw latvia 21 lv lebanon 28 lb liechtenstein 21 li lithuania 20 lt luxembourg 20 lu north macedonia 19 mk malta 31 mt mauritania 27 mr mauritius 30 mu moldova 24 md monaco 27 mc montenegro 22 me netherlands 18 nl norway 15 no pakistan 24 pk palestine 29 ps poland 28 pl portugal 25 pt qatar 29 qa romania 24 ro san marino 27 sm saudi arabia 24 sa serbia 22 rs slovakia 24 sk slovenia 19 si spain 24 es sweden 24 se switzerland 21 ch tunisia 24 tn turkey 26 tr ukraine 29 ua united arab emirates 23 ae united kingdom 22 gb vatican city 22 va iban lite(basic check) api iban lite offers a streamlined and user friendly interface to check iban validity, making it an ideal choice for a wide range of applications whether you're building a financial platform, conducting international transactions, or simply need to verify ibans, this api simplifies the process iban lite simplifies the complex process of iban validation validating ibans manually can be error prone and time consuming with iban lite, you can automate this crucial step, ensuring the accuracy of your international financial transactions integrating iban lite into your applications and systems is a breeze whether you're developing a financial platform, e commerce site, or any application that handles international payments, you can quickly incorporate iban validation without the need for extensive development efforts api applications b2b (business to business) applications financial institutions banks and financial institutions can use the iban lite api to validate ibans provided by customers or during fund transfers this ensures that transactions are processed accurately and that international payments comply with regulatory requirements payment gateways payment processors and gateways can integrate iban lite to verify ibans supplied by merchants or customers during online transactions this helps prevent payment errors and fraud e commerce platforms e commerce platforms that operate globally can employ iban lite to validate ibans entered by customers when making cross border payments ensuring the correctness of ibans reduces order fulfillment errors accounting software accounting software providers can incorporate iban validation to assist businesses in reconciling international financial transactions accurately this can improve financial record keeping and compliance exporters and importers companies engaged in international trade can use iban lite to validate ibans of overseas clients or suppliers this ensures that payments are directed to the correct parties and minimizes disputes b2c (business to consumer) applications online marketplaces e commerce platforms that connect buyers and sellers worldwide can utilize iban lite to verify ibans provided by sellers or buyers this adds an extra layer of security to transactions remittance services remittance providers can integrate iban lite to validate recipient ibans before processing international money transfers this helps prevent funds from being sent to incorrect accounts travel and tourism travel agencies and booking platforms can use iban lite to validate ibans when processing international payments for bookings, reservations, and travel related services subscription services businesses offering subscription based services globally can employ iban lite to verify ibans provided by customers this ensures that recurring payments are processed without errors online banking online banking platforms can incorporate iban validation to help customers ensure they are entering correct ibans for international wire transfers, bill payments, and other financial transactions charities and nonprofits charitable organizations that receive donations from donors around the world can use iban lite to validate ibans and streamline the donation process api details you must first login before sending the request the authorization header in the request must include the access token obtained from the login api call need to pass the following information providing ibannumber is mandatory ibannumber (required) sample curl curl location 'https //api preproduction signzy app/api/v3/uae api/iban lite' \\ \ header 'content type application/json' \\ \ header 'authorization \<token>' \\ \ data '{ "ibannumber" "gb29nwbk60161331926819" }'curl location 'https //api signzy ae/api/v3/uae api/iban lite' \\ \ header 'content type application/json' \\ \ header 'authorization \<token>' \\ \ data '{ "ibannumber" "gb29nwbk60161331926819" }' request body parameters parameter data type required description ibannumber string yes required iban number for which structure validation is required only alphanumeric string allowed in the required format sample response valid iban { "result" { "ibanisvalid" true } } invalid iban { "result" { "ibanisvalid" false } } response body parameters parameter data type description ibanisvalid boolean whether iban structure is valid or not sample error malformatted iban 400 { "error" { "name" "error", "message" "bad request required iban is missing or format is not correct ", "reason" "validation error", "type" "bad request", "statuscode" "400" } } incorrect iban length { "error" { "name" "error", "message" "bad request incorrect length of ibannumber for this country ", "reason" "error", "type" "bad request", "statuscode" "400" } } 409 { "error" { "name" "error", "message" "error in getting data from upstream", "status" 409, "reason" "error", "type" "conflict", "statuscode" 409 } } 500 { "error" { "name" "error", "message" "internal server error", "status" 500, "reason" "error", "type" "conflict", "statuscode" 500 } } error response parameters parameter description error this parameter contains the error error name the error name error message the error message error status s tatus of the api error reason reason for error error type type of the error error statuscode request status code from signzy getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!