Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

mohammedhammoud/django-rest-framework-stripe

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)
  • charges/ (GET)
  • invoices/ (GET)
  • plans/ (GET)
  • events/ (GET)
  • webhook/ (POST)
  • cancel/ (POST)

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages