Skip to main content
The SDK can be used in any runtime where JavaScript is supported, including Node.js and browsers. It is designed to be lightweight and easy to use, allowing you to quickly integrate Qonto banking features into your web. If used in browsers the SDK will only download the code you are using, so your end users will have a fast and efficient experience. This is how you can get started with the SDK:
1

Install the SDK

Install the SDK with your package manager of choice:
or
or
2

(If client side usage) Initialize the SDK

Then, initialize the SDK in your code:
Read more about how your users are onboarded and an access token is generated for them in the docs.
3

Use the SDK!

At this stage, you can access the different namespaces of the SDK:

Next steps

Now that you have the SDK installed and initialized, you can start using it. Check the documentation for each namespace to get up to speed with the different features available.