Skip to content

Latest commit

History

History

2020-02-13-ach

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Bank Account Setup for ACH - Office Hours 2020-02-13

Walk through the basics of collecting and verifying Bank Account details for ACH with Stripe API and Go lang.

馃幀 Watch on YouTube

Getting Started

Follow these instructions to spin-up a copy of this demo project up on your local machine for development and testing purposes. This is meant to be a guide to show you how to go about collecting and verifying Bank Accounts for ACH.

Prerequisites

Step by step

  1. Configure your keys

Copy the example .env file and update those values with your Stripe and Plaid API keys.

cp .env.example .env

Then, be sure to update the publishable key (pk_xxx) in client/manual.html.

  1. Start the server
go run server.go
  1. Run the demo

Try using the test credentials user_good and pass_good to login to the bank account Try using different test bank account numbers and verification amounts.

More Resources

Demo