Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.7 KB

Stripe Terminal Series - Listing Readers

Learn how to securely accept payments in-person.

This is a companion repository repository for the Stripe Terminal series video "Connecting and Listing Readers".

This project has an already scaffolded Express JS backend and Vue.js frontend.

Installation

The recommended way to use this Stripe Sample is with the Stripe CLI:

stripe samples create stripe-terminal-list-readers

You can also clone the repository, but there is a bit more manual setup work to configure the .env environment variable file in the server directory.

You'll find more detailed instructions for each integration type in the relevant READMEs:


FAQ

Q: Why did you pick these frameworks?

A: We chose the most minimal framework to convey the key Stripe calls and concepts you need to understand while avoiding boilerplate. These demos are meant as an educational tool that helps you roadmap how to integrate Stripe within your own system independent of the framework.

Get support

If you found a bug or want to suggest a new [feature/use case/sample], please file an issue.

If you have questions, comments, or need help with code, we're here to help:

Sign up to stay updated with developer news.

Authors