All Projects → pinax → Pinax Stripe

pinax / Pinax Stripe

Licence: other
a payments Django app for Stripe

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pinax Stripe

pinax-stripe-light
a payments Django app for Stripe
Stars: ✭ 670 (+3.08%)
Mutual labels:  stripe, stripe-api, payments, saas, subscriptions
Dj Stripe
Django + Stripe Made Easy
Stars: ✭ 1,022 (+57.23%)
Mutual labels:  subscriptions, stripe, payments, django
Djaodjin Saas
Django application for software-as-service and subscription businesses
Stars: ✭ 297 (-54.31%)
Mutual labels:  subscriptions, saas, stripe, django
Stripy
Micro wrapper for Stripe's REST API.
Stars: ✭ 49 (-92.46%)
Mutual labels:  stripe-api, stripe, payments
Stripe Connect Rocketrides
Sample on-demand platform built on Stripe: Connect onboarding for pilots, iOS app for passengers to request rides.
Stars: ✭ 426 (-34.46%)
Mutual labels:  stripe-api, stripe, payments
subscribie
Collect recurring payments online - subscription payments collection automation
Stars: ✭ 36 (-94.46%)
Mutual labels:  stripe, payments, saas
Django Payments
Universal payment handling for Django.
Stars: ✭ 575 (-11.54%)
Mutual labels:  stripe, payments, django
Nest-Js-Boiler-Plate
Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
Stars: ✭ 14 (-97.85%)
Mutual labels:  stripe, stripe-api
saasform
Add signup & payments to your SaaS in minutes.
Stars: ✭ 247 (-62%)
Mutual labels:  payments, saas
Laravel Stripe Webhooks
Handle Stripe webhooks in a Laravel application
Stars: ✭ 300 (-53.85%)
Mutual labels:  stripe, payments
Stripe Webhook Monitor
Stripe Webhook Monitor provides a real-time feed and graph of Stripe events received via webhooks. 📈✨
Stars: ✭ 356 (-45.23%)
Mutual labels:  stripe-api, stripe
Django Getpaid
Django payments processor.
Stars: ✭ 371 (-42.92%)
Mutual labels:  payments, django
Digota
ecommerce microservice
Stars: ✭ 382 (-41.23%)
Mutual labels:  stripe, payments
limestone-accounts
Boilerplate Rails 5.2 multitenant SaaS application with webpack and Docker integration. Billing is scoped to accounts.
Stars: ✭ 97 (-85.08%)
Mutual labels:  stripe, saas
AWS Stripe-SaaS-quickstart
🛍️ 🚀 AWS Software as a Service App with subscriptions using Stripe Quickstart
Stars: ✭ 30 (-95.38%)
Mutual labels:  stripe, saas
steedos-app-contract
开源合同管理系统,基于华炎魔方开发,多租户,云服务
Stars: ✭ 74 (-88.62%)
Mutual labels:  payments, saas
Flask-Stripe-MySQL-Bootstrapped
Flask template with microservices architecture. Fully integrated with Stripe 🚀
Stars: ✭ 124 (-80.92%)
Mutual labels:  stripe, saas
stripe-scala
Scala library for the Stripe API
Stars: ✭ 33 (-94.92%)
Mutual labels:  stripe, stripe-api
Gringotts
A complete payment library for Elixir and Phoenix Framework
Stars: ✭ 396 (-39.08%)
Mutual labels:  stripe, payments
Flasksaas
A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀
Stars: ✭ 412 (-36.62%)
Mutual labels:  saas, stripe

Pinax Stripe

Codecov CircleCI

This app was formerly called django-stripe-payments and has been renamed to avoid namespace collisions and to have more consistency with Pinax.

Pinax

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps and starter project templates. This collection can be found at http://pinaxproject.com.

This app was developed as part of the Pinax ecosystem but is just a Django app and can be used independently of other Pinax apps.

pinax-stripe

pinax-stripe is a payments Django app for Stripe.

This app allows you to process one off charges as well as signup users for recurring subscriptions managed by Stripe.

To bootstrap your project, we recommend you start with: https://pinax-stripe.readthedocs.org/en/latest/user-guide/getting-started/

Development

pinax-stripe supports a variety of Python and Django versions. It's best if you test each one of these before committing. Our Travis CI Integration will test these when you push but knowing before you commit prevents from having to do a lot of extra commits to get the build to pass.

Environment Setup

In order to easily test on all these Pythons and run the exact same thing that Travis CI will execute you'll want to setup pyenv and install the Python versions outlined in tox.ini.

If you are on the Mac, it's recommended you use brew. After installing brew run:

$ brew install pyenv pyenv-virtualenv pyenv-virtualenvwrapper

Then:

$ CFLAGS="-I$(xcrun --show-sdk-path)/usr/include -I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
pyenv install 2.7.14 3.4.7 3.5.4 3.6.3

$ pyenv virtualenv 2.7.14
$ pyenv virtualenv 3.4.7
$ pyenv virtualenv 3.5.4
$ pyenv virtualenv 3.6.3
$ pyenv global 2.7.14 3.4.7 3.5.4 3.6.3

$ pip install detox

To run test suite:

Make sure you are NOT inside a virtualenv and then:

$ detox

This will execute the testing matrix in parallel as defined in the tox.ini.

Documentation

The pinax-stripe documentation is available at http://pinax-stripe.readthedocs.org/en/latest/. The Pinax documentation is available at http://pinaxproject.com/pinax/. We recently did a Pinax Hangout on pinax-stripe, you can read the recap blog post and find the video here.

Contribute

See this blog post including a video, or our How to Contribute section for an overview on how contributing to Pinax works. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With section.

In case of any questions we recommend you join our Pinax Slack team and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.

We also highly recommend reading our Open Source and Self-Care blog post.

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here. We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.

Pinax Project Blog and Twitter

For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].