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/20220426133652/https://github.com/topics/stripe
Here are
2,653 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
Apr 14, 2022
JavaScript
PHP library for the Stripe API.
Node.js library for the Stripe API.
Updated
Apr 25, 2022
JavaScript
A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
Updated
Apr 13, 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
Apr 5, 2022
TypeScript
Ruby library for the Stripe API.
Updated
Apr 22, 2022
Ruby
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
Updated
Apr 26, 2022
Swift
Free online agile retrospective meeting tool
Updated
Apr 26, 2022
TypeScript
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
Apr 19, 2022
JavaScript
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Payments for Ruby on Rails apps
Updated
Apr 25, 2022
Ruby
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
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
Apr 22, 2022
Python
React Native Stripe binding for iOS/Android platforms
Updated
Apr 8, 2022
JavaScript
Stripe Elements examples.
Updated
Apr 26, 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
Apr 25, 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
Apr 18, 2022
Python
An Elixir Library for Stripe
Updated
Apr 26, 2022
Elixir
🏁 🛠️ SaaS backend & API framework based on
@nestjs
Updated
Apr 22, 2022
TypeScript
a payments Django app for Stripe
Updated
Apr 22, 2022
Python
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