Comparing version 0.1.4 to 0.1.5
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33394
115