Skip to content

sedkodes/stripe-discord-subscriptions-bot

 
 

Repository files navigation

Stripe Discord Headless Integration

  • Customer Portals

Getting Started

Installation

  1. Create a Discord account, create a bot with OAuth2 redirect as http://<API DOMAIN>/auth/login/callback, create a server and obtain information below.
  2. Create a Stripe account, obtains api keys and create a subsciption plan.
  3. Clone the repo
git clone https://github.com/sedkodes/stripe-discord-renewals-dashboard
  1. Install NPM packages
cd backend
npm install
  1. Configure config.json and Configure environment variables in a new .env file

Running

In backend

npm run dev

About

Helpful template for discord server owners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Dockerfile 1.7%
  • Shell 0.9%