Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Accept in-person payments

Set up the Stripe Terminal SDK so you can begin accepting in-person payments. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
pip3 install -r requirements.txt
  1. Run the server
export FLASK_APP="server.py" && python3 -m flask run --port=4242
  1. Go to http://localhost:4242