Use IBAN check API

Hi retool community

I'm very new to retool but already outpaced our development team after one day of try&error + google. Already loving it :smiley:

However, I need to implement an API that validates IBANs. I was already able to use simple javascripts within retool but I struggle with the following:

Here the documentation of the API I'm trying to use: https://github.com/ibanapi/ibanapi_js

Under "how to use" it says "Download the distribuation file and link it in your project or use public CDN". I'm not sure how to do that in retool and don't a matching documentation / don't know where to look.

Would be great to get some help on this.

Many thanks.

Hi Lukas, welcome to Retool! Glad you're enjoying our product so far.

Given that this API had a CDN (https://cdn.jsdelivr.net/gh/ibanapi/ibanapi_js@1.0.0/dist/ibanapi.min.js) you should be able to import that into your Retool app like so via the three-dot menu > scripts and styles > Libraries Tab:

Here are our docs for reference: https://docs.retool.com/docs/custom-js-code#custom-javascript-libraries--npm-modules

1 Like

Thanks Jay - this was incredibly helpful and fast.