Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-blue-bank

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-blue-bank

A node exposing the Blue Bank #BankOfApis

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-blue-bank

Exposes the Blue Bank #BankOfApis

See the Blue Bank Developer Portal for more information.

Install

Run the following command in the root directory of your Node-RED install:

npm install node-red-contrib-blue-bank

Usage

Methods

All methods require:

Get Account /accounts/{id} - GET

This returns a full Account object for the given id.

Extra Requirements:

  • Account ID

Update Account /accounts/{id} - PATCH

By design, only the accountFriendlyName property can be updated by API. Other fields are reserved by the Bank and any attempts to change to them will be ignored.

Expects the property on msg.payload.accountFriendlyName.

Get Accounts /customers/{id}/accounts - GET

Use this call to enumerate the list of accounts for the specified user.

Extra Requirements:

  • Customer ID

Get Transactions /accounts/{id}/transactions - GET

Returns a set of Transaction objects for the specified account.

Extra Requirements:

  • Account ID

Get Customer /customers/{id} - GET

Use this call to return a specific Customer object, if you know the id.

Extra Requirements:

  • Customer ID

Update Customer /customers/{id} - PATCH

Use this call to update a specific Customer object, if you know the id. At present, the only property which it is possible to update is mobilePhone.

Expects the property on msg.payload.mobilePhone.

Note: In a future release, this feature will be available in a customer portal and this PATCH operation will be removed from the public API.

Get Customers /customers - GET

This call will return a collection of Customer objects which the currently authenticated user is allowed to see.

Keywords

FAQs

Package last updated on 19 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc