karun74 / stripe-chp-payment

Stripe payment gateway integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stripe-chp-payment

The backend for a serverless stripe application. Built with AWS Lambda and the Serverless Framework.

Setup

Prerequisites

Install dependencies

yarn

Lint

yarn eslint

Deploy

serverless deploy
serverless deploy --aws-profile trushar

Configuration

Enter your configuration variables in secrets.json. Example:

{
  "stripeSecretKey": "sk_test_123"
}

You need:

  • Your Stripe secret key

About

Stripe payment gateway integration


Languages

Language:JavaScript 100.0%