The Nordigen product has now been relaunched as GoCardless Bank Account Data.
Go to siteThe GoCardless Bank Account Data API furnishes you with the ability to access enriched banking data, enabling the creation of financial insights and streamlining customer verification processes. By integrating this API with Pipedream, you can automate various tasks involving bank account transactions and customer data analysis. For instance, you might set up workflows to monitor transactions for accounting purposes, verify customer account details for KYC compliance, or aggregate financial data to provide personalized financial advice.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nordigen: {
type: "app",
app: "nordigen",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://bankaccountdata.gocardless.com/api/v2/institutions/`,
headers: {
Authorization: `Bearer ${this.nordigen.$auth.oauth_access_token}`,
"accept": `application/json`,
},
})
},
})
Transaction Monitoring for Accounting Software: Connect GoCardless Bank Account Data with accounting software like QuickBooks. Automatically detect new transactions, categorize them, and log them into the accounting ledger within QuickBooks. This ensures real-time bookkeeping and a consistent overview of financial flows.
KYC & Customer Verification: Pair the GoCardless Bank Account Data API with a CRM platform such as Salesforce. Use Pipedream workflows to validate new customer bank details and automatically update their verification status in the CRM. This simplifies the onboarding process and enhances customer relationship management.
Personalized Financial Advice: Integrate GoCardless API with a machine learning platform or a service like Google Sheets. Collect client's financial data, analyze spending habits, and use this data to offer personalized financial advice or create tailored investment strategies that are automatically shared with clients via email or a web portal.
Emit new event when a transaction occurs
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
Get the balances of a Nordigen account. See the docs
Get the details of a Nordigen account. See the docs
Get the metadata of a Nordigen account. See the docs
GoCardless Bank Account Data (formerly Nordigen) uses OAuth authentication. When you connect your GoCardless Bank Account Data (formerly Nordigen) account, Pipedream will open a popup window where you can sign into GoCardless Bank Account Data (formerly 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 GoCardless Bank Account Data (formerly Nordigen) API.
Pipedream requests the following authorization scopes when you connect your account:
POST
https://bankaccountdata.gocardless.com/api/v2/token/new/
accept: application/json
secret_id={{custom_fields.secret_id}}
&
secret_key={{custom_fields.secret_key}}
POST
https://bankaccountdata.gocardless.com/api/v2/token/new/
accept: application/json
secret_id={{custom_fields.secret_id}}
&
secret_key={{custom_fields.secret_key}}