Stripe Checkout is the fastest way to get started with payments. Included are some basic build and run scripts you can use to start up the application.
https://oxxo-checkout.herokuapp.com/
- Build the server
bundle install
-
Make a copy
.env.template
to.env
and update the file with your Stripe API keys -
Run the server
ruby server.rb
- Go to http://localhost:4242