Skip to content

pololi-stripe/oxxo-checkout

Repository files navigation

Accept a Card Payment + OXXO

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.

Demo Link

https://oxxo-checkout.herokuapp.com/

Running the sample

  1. Build the server
bundle install
  1. Make a copy .env.template to .env and update the file with your Stripe API keys

  2. Run the server

ruby server.rb
  1. Go to http://localhost:4242