stripe-integration-sample-node-webapp
v1.0.0
Published
Sample Node.JS webapp project for Lightrail-Stripe checkout.
Downloads
2
Readme
Node: Lightrail Stripe Sample Web App
Configuring
See the base document on configuring.
Running
- You need a recent version of node.
- Install all node dependencies with the command:
npm install
. - Start the application with the command
node src
. - Open http://localhost:3000 in your web browser.
Implementation Details
- Creating and crediting an account uses the Lightrail Javascript Client.
- Split tender transactions between Lightrail and Stripe are done with the Lightrail-Stripe Javascript Integration Library.