Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.54 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.54 KB

Stripe Terminal Sample

Learn how to securely accept payments in-person.

This repository includes examples two types of integrations.

Installation

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

stripe samples create terminal

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. 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