Skip to content

CrowdLinker/django-rest-framework-stripe

This branch is up to date with Fueled/django-rest-framework-stripe:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 3, 2015
Jan 26, 2017
Aug 18, 2013
Jun 2, 2014
Jan 4, 2015
Sep 28, 2014
Aug 13, 2013
Sep 28, 2014
Jun 11, 2015
Dec 30, 2016
Jun 11, 2015
Sep 28, 2014
Dec 27, 2016
Jan 4, 2015

Repository files navigation

django-rest-framework-stripe

Django REST Framework wrapper of the payments Django app for Stripe

Install

  • pip install django-rest-framework-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)
  • change-card-token/ (POST)
  • charges/ (GET)
  • invoices/ (GET)
  • plans/ (GET)
  • events/ (GET)
  • webhook/ (POST)
  • cancel/ (POST)

ALL TEMPLATES AND AJAX VIEWS HAVE BEEN REMOVED, USE ADDED ENDPOINTS

Documentation can be found at http://django-stripe-payments.readthedocs.org

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%