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

dwolla

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dwolla - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

lib/dwolla.js

@@ -484,3 +484,3 @@ var https = require('https');

params.amount = amount;
_post('/fundingsources/' + id + '/withdraw', params, fn);
_post('/fundingsources/' + sourceId + '/deposit', params, fn);
};

@@ -487,0 +487,0 @@

@@ -15,3 +15,3 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"repository": {

@@ -18,0 +18,0 @@ "type": "git",

# Dwolla API for node.js
[Dwolla Developers](https://www.dwolla.com/developers)
NOTE: Dwolla has released an Official NodeJS Wrapper for Dwolla's API [dwolla-node](https://github.com/Dwolla/dwolla-node)
It is a fork of this library with significant refactoring.
## Methods

@@ -12,5 +15,8 @@

Requires a valid user OAuth2 token. Note tokens do not expire and may be
reused.
Requires a valid user OAuth2 token. Currently tokens do not expire and may be
reused, however this will change March 2015.
NOTE: Dwolla has implemented a new OAuth implementation.
(https://discuss.dwolla.com/t/dwolla-s-new-more-secure-implementation-of-oauth/546)
* fullAccountInfo(oauth_token, fn)

@@ -26,4 +32,4 @@ * balance(oauth_token, fn)

* fundingSourceById(oauth_token, id, fn)
* [NEW!] addFundingSource(oauth_token, account_number, routing_number, account_type, name, fn)
* [NEW!] verifyFundingSource(oauth_token, deposit1, deposit2, id, fn)
* addFundingSource(oauth_token, account_number, routing_number, account_type, name, fn)
* verifyFundingSource(oauth_token, deposit1, deposit2, id, fn)
* deposit(oauth_token, pin, sourceId, amount, fn)

@@ -30,0 +36,0 @@ * fulfill(oauth_token, pin, sourceId[, params], fn)

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