- Node.js
- npm (comes with node.js)
- Developer account at Handelsbanken
- Handelsbanken application (to get a client ID)
- Activated subscriptions to the API's you want to try out at Handelsbanken
Install dependencies by running the following command.
npm install
Make a copy of the .env.example
file and save as .env
in the root directory.
cp .env.example .env
Make sure the fill the .env
file with actual values for the demo endpoints to work!
npm run start
Open up your web browser at localhost:9000
to try out the endpoints.
Start off by exploring the API documentation for the services.
- Handelsbanken
- Note: you must subscribe to the different API's to use them or even reach their documentation. Do this by logging in and then visiting, for instance, https://developer.handelsbanken.com/psd2/accounts/v2 and clicking subscribe.