Skip to content

An Stripe payment API to create and accept payment requests with nodejs.

Notifications You must be signed in to change notification settings

ashishbhatiam/node-stripe-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Stripe Payment

An Stripe payment API to create and accept payment requests with nodejs.

Project Setup

In order to run app properly, Add a `.env `file to the root of your project with the following content:

PORT = <PORT number in order to avoid port collisions>
STRIPE_SECRET_KEY = <stripe secret code>

Install

npm install

Running

npm start

Base url

http://localhost:5001

About

An Stripe payment API to create and accept payment requests with nodejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages