npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-investec-private-banking

v1.0.0

Published

n8n node to call the Investec Private Banking API

Downloads

6

Readme

Banner image

n8n-investec-private banking

This is an n8n community node. It lets you interact with your Investec Private banking account via their Programmable Banking API

To learn more about Investec Programmable banking visit https://developer.investec.com/za/home

n8n is a fair-code licensed workflow automation platform.

Installation
Operations Credentials Compatibility Usage Resources Version history Development Running Locally Contributing License

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Auth Actions

  1. Get access token

Accounts Actions

  1. List all accounts
  2. Get account balance
  3. Get account transactions
  4. Get account pending transactions

Profile Actions

  1. List all profiles consented to
  2. List all profile accounts
  3. List authorisation setup details
  4. List all available beneficiaries

Transfer Actions

  1. Inter account transfers

Document Actions

  1. List all documents
  2. Retreive document

Beneficiary Actions

  1. List of beneficiaries
  2. List of beneficiary categories
  3. Pay multiple beneficiaries

Credentials

The API uses OAuth2 for authentication and all operations require Bearer token authentication. To assist with this there is a Investec Private Banking Auth node.

To use the node, add it to your workflow and setup a new credential. alt text

Enter your Client ID, Client Secret and API key obtained from the Investec Portal alt text

NOTE: Nodes do not refresh an expired token. You will need to do this manually in your workflows

Compatibility

Developed and tested using n8n version 1.111.0

Usage

alt text

Basic requirements for using the nodes is that you need to first get an access token using the Auth node. After that the token can be passed to the other nodes to execute different operations

alt text

Resources

Version history

v.1.0.0: First release includes all the operations avaialable on the API

Development

You need the following installed on your development machine:

  • git
  • Node.js and npm. Minimum version Node 20. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
  • Install n8n with:
    npm install n8n -g
  • Recommended: follow n8n's guide to set up your development environment.

Running locally

First install all the requirement for local development.

To build run

npm run build
npm link

Then to test locally

cd ~/.n8n/custom
npm link n8n-nodes-investec-private-banking
n8n start

Contributing

  • 🐛 Report Bugs: Open an issue with detailed bug reports
  • 💡 Feature Requests: Suggest new features or improvements
  • 📝 Documentation: Help improve our docs and code comments
  • 🔧 Code Contributions: Submit pull requests for bug fixes or features

TODO

License

MIT

🌟 Star History

Star History Chart