Skip to content

Instantly share code, notes, and snippets.

View Baw25's full-sized avatar

Blake A Wills Baw25

  • Yieldstreet
  • Durham, NC
View GitHub Profile
@Baw25
Baw25 / Gitcommands.md
Created December 13, 2016 00:27
Git Commands
@Baw25
Baw25 / yahoo-finance-with-nodeJS.js
Created September 8, 2016 16:01 — forked from greenido/yahoo-finance-with-nodeJS.js
Fetch data from the web (in our case: yahoo! finance) and save it into a Google Sheet document.
/**
* Fetch data from the web and save it into a Google Sheet document
*
* Requirements:
1. NodeJS
2. npm install request
3. npm install cheerio
4. npm install edit-google-spreadsheet
* Author: Ido Green | plus.google.com/+Greenido
@Baw25
Baw25 / plaid+managed.md
Created August 31, 2016 04:58 — forked from matthewarkin/plaid+managed.md
Plaid and Managed Accounts

Ensuring Valid External Accounts with Stripe and Plaid

When adding a bank account to a customer in Stripe, Stripe forces you to verify the bank account (either through microdeposits or through Plaid. This is useful because you don't want to withdraw money from a bank account that a user does not own. However when it comes to sending money to bank accounts, Stripe does not require you to verify the account. After all why would you send money to an account that you're not in control of. But lets face it, users make mistakes and its not uncommon for them to type their routing or account number which can significantly delay their transfers.

One way to prevent this is to get their routing and account number directly from their bank and avoid the possibility of user error. This is where Plaid comes in. Plaid provides instant ACH verification by having the user log into their bank account (similiar to what you may done if you've ever used Mint). The u