GitXplorerGitXplorer
s

stripe-terminal-collect-payments

public
6 stars
7 forks
5 issues

Commits

List of commits on branch main.
Verified
0cd4e24856bcc2c420fd09b93b5bab36e9b33ab1

Merge pull request #93 from stripe-samples/remove-dependabot-automerge

sstefanc-stripe committed 9 days ago
Unverified
ba3ec937ef46fce5a5800a45aa3f29f9b11bee19

Delete workflows/automerge.yml

jjwright-stripe committed 9 days ago
Verified
d5866e9127f59b0e007725d6161b2c855d7c7df0

Merge pull request #35 from stripe-samples/dependabot/npm_and_yarn/server/stripe-10.17.0

ggithub-actions[bot] committed 2 years ago
Verified
44ef7a5d9c0ff858f22b02dbf619fb14aac9aff5

Bump stripe from 10.15.0 to 10.17.0 in /server

ddependabot[bot] committed 2 years ago
Verified
e44f2f7cd13c51f59d6c690cff8b14be02732ecf

Merge pull request #34 from stripe-samples/dependabot/npm_and_yarn/server/stripe-10.15.0

ggithub-actions[bot] committed 2 years ago
Verified
713771048416cc892b264c8fc8afb58d7ec09e95

Bump stripe from 10.14.0 to 10.15.0 in /server

ddependabot[bot] committed 2 years ago

README

The README file for this repository.

Stripe Terminal Series - Collecting payments with Stripe Terminal

Learn how to securely accept payments in-person.

This is a companion repository repository for the Stripe Terminal series video "Collecting payments with Stripe Terminal".

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-collect-payments

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