COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220310115128/https://github.com/topics/stripe
Here are
2,510 public repositories
matching this topic...
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Updated
Mar 4, 2022
JavaScript
PHP library for the Stripe API.
Node.js library for the Stripe API.
Updated
Mar 9, 2022
JavaScript
A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
Updated
Feb 11, 2022
JavaScript
Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Updated
Feb 10, 2022
TypeScript
PHP 7+ Payment processing library. It offers everything you need to work with payments: Credit card & offsite purchasing, subscriptions, payouts etc. - provided by Forma-Pro
Ruby library for the Stripe API.
Updated
Mar 7, 2022
Swift
CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.
Updated
May 30, 2020
Swift
Sample store accepting universal payments on the web with Stripe Elements, Payment Request, Apple Pay, Google Pay, Microsoft Pay, and the PaymentIntents API. 💳 🌍 ✨
Updated
Feb 25, 2022
JavaScript
Free online agile retrospective meeting tool
Updated
Mar 9, 2022
TypeScript
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Updated
Nov 15, 2021
Python
Payments for Ruby on Rails apps
Updated
Mar 10, 2022
Ruby
See readme for newer repo details! A sample shop that shows how to manage payments with Vue, Stripe, and Serverless Functions
Python library for the Stripe API.
Updated
Mar 2, 2022
Python
React Native Stripe binding for iOS/Android platforms
Updated
Mar 1, 2022
JavaScript
Stripe Elements examples.
Updated
Mar 10, 2022
Kotlin
Open-source subscription management & billing automation system
Updated
Jan 12, 2021
JavaScript
Stripe Checkout & Elements for Vue.js
React Native library for Stripe.
Updated
Mar 9, 2022
TypeScript
Learn how to build a production ready web app with Flask and Docker.
Updated
Feb 12, 2022
HTML
Universal payment handling for Django.
Updated
Mar 10, 2022
Python
An Elixir Library for Stripe
Updated
Feb 22, 2022
Elixir
a payments Django app for Stripe
Updated
Nov 28, 2021
Python
🏁 🛠️ SaaS backend & API framework based on
@nestjs
Updated
Mar 9, 2022
TypeScript
A Rails Engine for integrating with Stripe
Updated
Feb 16, 2022
Ruby
Improve this page
Add a description, image, and links to the
stripe
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
stripe
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
in
WebhookEventTrigger.from_requestwe log the webhook request IP address, but we extract it in a simplistic way:https://github.com/dj-stripe/dj-stripe/blob/0dd7925602e9b2ac693391fc9c02c4d87b97f5a9/djstripe/models/webhooks.py#L86-L92
It might be useful to add a settings-overridable function here so that users could use django-ipware (https://github.com/un33k/django-ipware) etc to do a mor