Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 492 Bytes

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