Create a new instance of the Nordigen API
import Nordigen from 'nordigen'
const nordigen = new Nordigen();
Access Token for the Nordigen API
Endpoint URL for the Nordigen API
Access Token for the Nordigen API
Endpoint URL to use
Create a new end user agreement for a user. Use this step only if you want to specify the length of transaction history you want to retrieve. If you skip this step, by default 90 days of transaction history will be retrieved
A unique end-user ID of someone who's using your services, it has to be unique within your solution. Usually, it's UUID;
ASPSP ID (Bank ID) to use
The length of the transaction history to be retrieved
End user agreement
Create a requisition for a user
A unique end-user ID of someone who's using your services, it has to be unique within your solution. Usually, it's a UUID. If you have an end user agreement it has to be the ID of that user
URI where the end user will be redirected after finishing authentication in ASPSP
Additional layer of unique ID defined by you
As an array of end user agreement IDs or an empty array if you don't have one
To enforce a language for all end user steps hosted by Nordigen passed as a two-letter country code (ISO 3166). If user_language is not defined a language set in browser will be used to determine language
Requisition answer
Get a list of ASPSPs (Banks) for a given country
Country code to use, e.g. "gb" for Great Britain
Array of ASPSPs
Get a list of all balances an account ID holds
Account ID to check
Balances for the account
Get account details for an account
Account ID to check
Details for the account
Get a list of all transactions an account ID holds
Account ID to check
Transactions for the account
Get information about a user requisition. This can be used to get a list of all user accounts by getting requisition.accounts
Requisition ID of an existing requistion
Requisition info
Get the link for the user requisition
Requisition as returned by createRequisition
ID for the user's ASPSP (Bank)
Link for "false" if Nordigen didn't return one
Make an authenticated request to the Nordigen API
Relative path to the requested endpoint
Method to use
Message Body
JSON Response
Generated using TypeDoc
Unofficial Nordigen API for JavaScript
vantezzen (https://github.com/vantezzen)
MIT License