Metadata-Version: 2.1
Name: drf-stripe
Version: 1.2.5
Summary: Django REST Framework wrapper of the payments Django app for Stripe
Home-page: https://github.com/null-none/drf-stripe
Author: Kalinin Mitko
Author-email: kalinin.mitko@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
License-File: LICENSE
License-File: AUTHORS

======================
drf-stripe
======================

Django REST Framework wrapper of the payments Django app for Stripe

Install
======================
* pip install drf-stripe
* Add 'payments' to INSTALLED_APPS
* Add to urls.py: ``url(r"^api/stripe/", include("payments.api.urls"))``

Endpoints
======================
* current-user/ (GET)
* subscription/ (GET/POST)
* change-card/  (GET/POST)
* charges/      (GET)
* invoices/     (GET)
* plans/        (GET)
* events/       (GET)
* webhook/      (POST)
* cancel/       (POST)


Plans
======================

* "premium": {"name": "Premium", "stripe_plan_id": "price_1L6TduCWdky3mdpH4wCEdKvf"},
