{"info":{"_postman_id":"d6543f7d-1d30-4086-9608-7e1ba630663f","name":"IBANAPI Docs","description":"<html><head></head><body><p>The IBANAPI presents a freemium REST API dedicated to IBAN validation via extensive database. Integration is remarkably simple, necessitating just a handful of steps. To embark on API utilization, a no-cost API Key can be obtained by enrolling in our service using this <a href=\"\">Link</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"493422","collectionId":"d6543f7d-1d30-4086-9608-7e1ba630663f","publishedId":"U16hsS8p","public":true,"customColor":{"top-bar":"50788C","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-09-07T17:09:51.000Z"},"item":[{"name":"IBAN","item":[{"name":"Validate IBAN","id":"5c350e01-65fb-4f28-bb37-faaed656bffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"AL47212110090000000235698741","type":"text"},{"key":"api_key","value":"YOUR_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/validate","description":"<p>This endpoint performs IBAN validation and, when possible, retrieves associated bank data. Furthermore, the API key can be included in the <code>Authorization</code> header rather than being added to the form data.</p>\n","urlObject":{"path":["v1","validate"],"host":["https://api.ibanapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c350e01-65fb-4f28-bb37-faaed656bffc"},{"name":"Validate IBAN Basic","id":"173d2dc5-3fe7-45ac-9549-9b66b82faafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"AL47212110090000000235698741","type":"text"},{"key":"api_key","value":"YOUR_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/validate-basic","description":"<p>This endpoint performs IBAN validation only.</p>\n<p>Furthermore, the API key can be included in the <code>Authorization</code> header rather than being added to the form data.</p>\n","urlObject":{"path":["v1","validate-basic"],"host":["https://api.ibanapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"173d2dc5-3fe7-45ac-9549-9b66b82faafd"},{"name":"Bulk Validate IBAN","id":"cb212ada-fa62-445f-9650-c95dee87fff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n  \"iban_list\":[\n      \"AL47212110090000000235698741\",\n      \"AD1200012030200359100100\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ibanapi.com/v1/bulk-validate?api_key=YOUR_KEY","description":"<p>This endpoint performs bulk IBAN validation and, when possible, retrieves associated bank data. Furthermore, the API key can be included in the <code>Authorization</code> header rather than being added to the URL parameter.</p>\n","urlObject":{"path":["v1","bulk-validate"],"host":["https://api.ibanapi.com"],"query":[{"key":"api_key","value":"YOUR_KEY"}],"variable":[]}},"response":[],"_postman_id":"cb212ada-fa62-445f-9650-c95dee87fff7"},{"name":"Bulk Validate IBAN Basic","id":"03ff2eaf-5f11-4a51-886a-678e36d07e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n  \"iban_list\":[\n      \"AL47212110090000000235698741\",\n      \"AD1200012030200359100100\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ibanapi.com/v1/bulk-validate-basic?api_key=YOUR_KEY","description":"<p>This endpoint performs bulk IBAN validation.</p>\n<p>Furthermore, the API key can be included in the <code>Authorization</code> header rather than being added to the URL parameter.</p>\n","urlObject":{"path":["v1","bulk-validate-basic"],"host":["https://api.ibanapi.com"],"query":[{"key":"api_key","value":"YOUR_KEY"}],"variable":[]}},"response":[],"_postman_id":"03ff2eaf-5f11-4a51-886a-678e36d07e9c"},{"name":"Validate IBAN (GET)","id":"7c925317-b82b-4b75-9828-c208d280e55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"IBAN","type":"text"},{"key":"api_key","value":"API_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/validate?iban=AL47212110090000000235698741&api_key=YOUR_KEY","description":"<p>This endpoint will validate the IBAN and also get the bank data if available</p>\n","urlObject":{"path":["v1","validate"],"host":["https://api.ibanapi.com"],"query":[{"key":"iban","value":"AL47212110090000000235698741"},{"key":"api_key","value":"YOUR_KEY"}],"variable":[]}},"response":[],"_postman_id":"7c925317-b82b-4b75-9828-c208d280e55d"},{"name":"Validate IBAN Basic (GET)","id":"4f868fa4-54f0-4a0c-b818-db6818939e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"AL47212110090000000235698741","type":"text"},{"key":"api_key","value":"YOUR_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/validate-basic","description":"<p>This endpoint performs IBAN validation only.</p>\n<p>Furthermore, the API key can be included in the <code>Authorization</code> header rather than being added to the form data.</p>\n","urlObject":{"path":["v1","validate-basic"],"host":["https://api.ibanapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f868fa4-54f0-4a0c-b818-db6818939e67"}],"id":"88cb2370-2e91-4e78-8f81-dd6447957310","_postman_id":"88cb2370-2e91-4e78-8f81-dd6447957310","description":""},{"name":"Swift/BIC","item":[{"name":"Validate Swift/BIC","id":"60932234-7ed2-4cd3-a123-0c6a73d570fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"swift","value":"BACAADAD","type":"text"},{"key":"api_key","value":"YOUR_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/swift/validate","description":"<p>This API enables seamless validation of Swift/BIC codes, providing accurate bank information associated with the specified code.</p>\n<p>This API uses the basic balance.</p>\n","urlObject":{"path":["v1","swift","validate"],"host":["https://api.ibanapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"60932234-7ed2-4cd3-a123-0c6a73d570fe"}],"id":"1591b89c-abb3-4322-92ee-7d242294e5f7","_postman_id":"1591b89c-abb3-4322-92ee-7d242294e5f7","description":""},{"name":"IFSC","item":[{"name":"Validate IFSC","id":"b8fce94b-6aa9-45c8-84f0-6c0613122ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"ifsc","value":"ABHY0065001","type":"text"},{"key":"api_key","value":"YOUR_KEY","type":"text"}]},"url":"https://api.ibanapi.com/v1/ifsc/validate","description":"<p>This API validates an IFSC (Indian Financial System Code) and returns the related bank and branch information.</p>\n<p><strong>Request Parameters:</strong></p>\n<p>• <strong>Content-Type:</strong> application/x-www-form-urlencoded</p>\n<p>• <strong>Form Data Parameters:</strong></p>\n<p>• <strong>ifsc</strong> (string, required): The IFSC code to be validate</p>\n","urlObject":{"path":["v1","ifsc","validate"],"host":["https://api.ibanapi.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8fce94b-6aa9-45c8-84f0-6c0613122ca3"}],"id":"2c436cd0-81e4-431b-a39c-58ef84fd6b3c","_postman_id":"2c436cd0-81e4-431b-a39c-58ef84fd6b3c","description":""},{"name":"Balance","id":"0627e9da-7927-4eb2-a9c1-0ca8c1cc0898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"EE471000001020145685","type":"text","disabled":true},{"key":"api_key","value":"","type":"text","disabled":true}]},"url":"https://api.ibanapi.com/v1/balance?api_key=YOUR_KEY","description":"<p>This endpoint will get the available balance and expiry date in your account so you can monitor your usage and buy credit when needed.</p>\n","urlObject":{"path":["v1","balance"],"host":["https://api.ibanapi.com"],"query":[{"key":"api_key","value":"YOUR_KEY"}],"variable":[]}},"response":[],"_postman_id":"0627e9da-7927-4eb2-a9c1-0ca8c1cc0898"},{"name":"Heartbeat","id":"68d3af13-9fd1-4c22-a1c6-e807cfdec1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"iban","value":"EE471000001020145685","type":"text","disabled":true},{"key":"api_key","value":"","type":"text","disabled":true}]},"url":"https://api.ibanapi.com/v1/heartbeat?api_key=YOUR_KEY","description":"<p>The Heartbeat endpoint is designed for service monitoring purposes and is provided free of charge. No balance deduction will occur when using this endpoint, but it must be accessed using a valid API key for authentication.</p>\n","urlObject":{"path":["v1","heartbeat"],"host":["https://api.ibanapi.com"],"query":[{"key":"api_key","value":"YOUR_KEY"}],"variable":[]}},"response":[],"_postman_id":"68d3af13-9fd1-4c22-a1c6-e807cfdec1d2"}],"event":[{"listen":"prerequest","script":{"id":"32fd7d9a-f370-42a4-9af5-337ab8d79af0","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"719ef592-6ced-48f4-b825-81928aab0f5f","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"API_KEY","value":"YOUR_KEY"},{"key":"BASE_URL","value":"https://api.ibanapi.com"}]}