Skip to content

Stripe + Plaid on Node for sellers to have a customer portal for payment

License

Notifications You must be signed in to change notification settings

Threde/stripe-plaid-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripe-plaid-node

Plaid Stripe Integration Docs Plaid Link Quickstart Guide

To test, create a stripe and plaid account. Connect the both. Your stripe account has to be in test mode. In stripe's UI create a new customer and copy the ID for the url: http://localhost:8000/?customer={customer id}

Click on "Link Account", select a bank account, verify the bank account, add the bank account. You will then see the bank account as been verified on the back-end ( in stripe.com)

npm install
node index.js

# Go to http://localhost:8000
#
# For SandBox Testing
# user: usr_good
# password: pass_good
#
# url for customer: http://localhost:8000/?customer={customer id}
#
# TO see Token response on client, otherwise run node --inspect index.js
$.get('/test', function(d) {console.log(d);});

We will be adding features as we go:

  • customer login or create an account
  • customer set default payment method
  • customer select invoices to pay
  • customer set subscriptions

About

Stripe + Plaid on Node for sellers to have a customer portal for payment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published