Direct Integration

Access your bank accounts directly from your apps.

As you followed the getting started process, you should have a bank account ready and bank statements displayed.

If it's the case, you are ready to create your Personal Application Key.

Step 1: create Personal Application Key.

Select one of your bank accounts in the correct company and then click on "Applications".

and then on:

Select which bank accounts can be accessed by your application and give your app's name, click on "Grant Access".

Your private application key is created! You are now able to access the API!

Step 2: AUTHenticating.

First of all you'll need an application key and client key before calling the /auth endpoint.

Once you are ready, copy/paste the values of your application key and client key into the json body of your POST to the /auth endpoint. By calling <https://api.mybanx.io/v1/auth> you'll get a bearer answer.

That bearer must be provided in all subsequent calls until the validity date is expired.


Did this page help you?