https://github.com/arnavknayak/stripe-payments
A Full Stack Web Application that highlights the Stripe API's functionality. The Web App tests Stripe Checkout, payment intents, customer info. storage and subscriptions.
https://github.com/arnavknayak/stripe-payments
express firebase oauth reactjs stripe-api
Last synced: 3 months ago
JSON representation
A Full Stack Web Application that highlights the Stripe API's functionality. The Web App tests Stripe Checkout, payment intents, customer info. storage and subscriptions.
- Host: GitHub
- URL: https://github.com/arnavknayak/stripe-payments
- Owner: arnavknayak
- Created: 2022-12-27T21:04:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T05:34:02.000Z (about 3 years ago)
- Last Synced: 2026-04-04T03:42:27.738Z (3 months ago)
- Topics: express, firebase, oauth, reactjs, stripe-api
- Language: JavaScript
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe Payments
## Description
As SaaS and Cloud products grow, it's becoming really easy to develop new technlogies without reinventing the wheel. We can spin up entire E-Commerce sites through ready-to-use components and infrastructure. I wanted to demo the Stripe API, a payment processing service that provides easy to use web app components for anything internet payment related. I first tested the Stripe Checkout product, which is a pre built, hosted payment page used for quick deployment. I also tested payment intents for when you want to have more flexibility over the payment process and its UI. I tested storing customer credit card information in Stripe through unique customer ids. I also tested the subscription feature by mapping each customer in Stripe to a unique entry in Firebase consisting of their subscription plan data. I used Express for the middle API and React for the front end.
## Pictures
Stripe Checkout. I'd buy that hat tbh.
Payment Intents
Stored Customer Credit Card Information
Subscriptions
## Technologies
- 
- 
- 
- 
- 
- Stripe API (https://stripe.com/docs/api)
---
*Made with <3 by Arnav, circa 2022*