Nordigen is a global account data analytics company helping banks and lenders improve the speed and accuracy of their credit decisions.
Go to siteWhat You Can Build with the Nordigen API
The Nordigen API allows developers to easily access financial data and use it to build the solutions their customers need. With the Nordigen API, you can build innovative solutions such as:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nordigen: {
type: "app",
app: "nordigen",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://ob.nordigen.com/api/v2/institutions/`,
headers: {
Authorization: `Bearer ${this.nordigen.$auth.oauth_access_token}`,
"accept": `application/json`,
},
})
},
})
Create a requisition link and id to be used in other Nordigen actions. See the docs
Delete requisition and its end user agreement. See the docs
Nordigen uses OAuth authentication. When you connect your Nordigen account, Pipedream will open a popup window where you can sign into Nordigen and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Nordigen API.
Pipedream requests the following authorization scopes when you connect your account:
POST
https://ob.nordigen.com/api/v2/token/new/
accept: application/json
secret_id={{custom_fields.secret_id}}
&
secret_key={{custom_fields.secret_key}}
POST
https://ob.nordigen.com/api/v2/token/new/
accept: application/json
secret_id={{custom_fields.secret_id}}
&
secret_key={{custom_fields.secret_key}}