{"id":49066672,"url":"https://github.com/arnavknayak/stripe-payments","last_synced_at":"2026-04-20T05:02:18.610Z","repository":{"id":118662615,"uuid":"582779130","full_name":"arnavknayak/stripe-payments","owner":"arnavknayak","description":"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. ","archived":false,"fork":false,"pushed_at":"2023-06-16T05:34:02.000Z","size":1591,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T03:42:27.738Z","etag":null,"topics":["express","firebase","oauth","reactjs","stripe-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnavknayak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-27T21:04:23.000Z","updated_at":"2023-06-16T05:13:27.000Z","dependencies_parsed_at":"2024-11-24T08:15:11.058Z","dependency_job_id":null,"html_url":"https://github.com/arnavknayak/stripe-payments","commit_stats":null,"previous_names":["arnavknayak/stripe-payments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arnavknayak/stripe-payments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavknayak%2Fstripe-payments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavknayak%2Fstripe-payments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavknayak%2Fstripe-payments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavknayak%2Fstripe-payments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnavknayak","download_url":"https://codeload.github.com/arnavknayak/stripe-payments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavknayak%2Fstripe-payments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express","firebase","oauth","reactjs","stripe-api"],"created_at":"2026-04-20T05:02:16.803Z","updated_at":"2026-04-20T05:02:18.602Z","avatar_url":"https://github.com/arnavknayak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stripe Payments\n\n## Description\nAs 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.\n\n## Pictures\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/checkouts.png\" width=\"666\" height=\"383\"\u003e\n  \u003cimg src=\"images/checkout.png\" width=\"666\" height=\"383\"\u003e \n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  Stripe Checkout. I'd buy that hat tbh.\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/paymentinte.png\" width=\"666\" height=\"383\"\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  Payment Intents\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/customer.png\" width=\"666\" height=\"383\"\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  Stored Customer Credit Card Information\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"images/subscriptuon.png\" width=\"666\" height=\"383\"\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  Subscriptions\n\u003c/p\u003e\n\n## Technologies\n- ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n- ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white)\n- ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB)\n- ![Firebase](https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge\u0026logo=Firebase\u0026logoColor=white)\n- ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n- Stripe API (https://stripe.com/docs/api)\n\n---\n*Made with \u003c3 by Arnav, circa 2022*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavknayak%2Fstripe-payments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnavknayak%2Fstripe-payments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavknayak%2Fstripe-payments/lists"}