Create a new instance of the Nordigen API
import Nordigen from 'nordigen-cf-workers'
const nordigen = new Nordigen(secretId, secretKey);
Endpoint URL for the Nordigen API
Endpoint URL to use
Headers
Secret ID for the Nordigen API
Secret Key for the Nordigen API
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, the length of time the end-user's access token is valid for and the scope of the access token. If you skip this step, by default 90 days of transaction history will be retrieved, the end-user's access token will be valid for 90 days and the user will get access to all scopes.
The scope of the access token
The length of time the end-user's access token is valid for
Id of the institution for which you want to create a requisition
The length of the transaction history to be retrieved
End user agreement
Create a requisition for a user
Enable account selection
Id of the institution for which you want to create a requisition
URI where the end user will be redirected after finishing authentication with Institution
Additional layer of unique ID defined by you
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 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 a list of Institutions (Banks) for a given country
Country code to use, e.g. "GB" for Great Britain
Array of Institutions
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
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
Julian Riemersma (https://github.com/AppelBoomHD)
MIT License