Django REST Framework wrapper of the payments Django app for Stripe
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drf-stripe-1.0.2.tar.gz
(29.7 kB
view hashes)
Built Distribution
drf_stripe-1.0.2-py3-none-any.whl
(40.2 kB
view hashes)
Close
Hashes for drf_stripe-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d95ccc7cbb93b2b39eec6e58b3a45a86f5caebaa05b48758254140807f9e7e27 |
|
MD5 | 2c4cec3c0bba0d6ceba1a5fe1b66b64d |
|
BLAKE2b-256 | d745713edfd94218f1ad16adc5caf3fe370eac1e630883f295a6f1a070c764a8 |