Walk through the basics of collecting and verifying Bank Account details for ACH with Stripe API and Go lang.
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.
- 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.
- Start the server
go run server.go
- 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.