Skip to content

nerevu/stripe-ach-mithril

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Stripe ACH example app

An example app illustrating accepting ACH payments with Stripe. Find more about this in Stripe's ACH documentation.

Demo

You can find a demo of this application running at https://stripe-ach-example-app.herokuapp.com/.

There are test credentials for Plaid available in their docs and you can find test routing and account numbers for manual bank account entry in Stripe's ACH docs.

Features

Other notes

  • This example tries to favor readability and simplicity but isn't mean to be run in production.
  • This example just stores a customer ID in a session, but IRL you'll probably want to store this in your database.
  • JavaScript is inlined for easier readability if you're not familiar with navigating Rails and the asset pipeline.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.1%
  • HTML 35.3%
  • CSS 8.7%
  • JavaScript 1.9%