A simple Django app to conduct payment using Paytm.
Project description
=====
Django-Paytm
=====
Django-Paytm is an application for integrate paytm gateway with your django project.
Fork from here: [paytm-django](https://github.com/harishbisht/paytm-django)
Quick start
-----------
1. Add "paytm" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'paytm',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^paytm/', include('paytm.urls')),
3. Put below variables into your settings file.
```
PAYTM_MERCHANT_KEY= "<YOUR-PAYTM-MERCHANT-KEY>"
PAYTM_MERCHANT_ID = "<YOUR-PAYTM-MERCHANT-ID>"
PAYTM_CALLBACK_URL = "http://localhost:8000/response/"
```
4. Run `python manage.py migrate` to create the paytm models.
5. ### Stuff used to make this:
* [PAYTM API DOCUMENTATION](http://paywithpaytm.com/developer/paytm_api_doc/)
* [SDK DOCUMENTATION](http://paywithpaytm.com/developer/paytm_sdk_doc/)
Django-Paytm
=====
Django-Paytm is an application for integrate paytm gateway with your django project.
Fork from here: [paytm-django](https://github.com/harishbisht/paytm-django)
Quick start
-----------
1. Add "paytm" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'paytm',
]
2. Include the polls URLconf in your project urls.py like this::
url(r'^paytm/', include('paytm.urls')),
3. Put below variables into your settings file.
```
PAYTM_MERCHANT_KEY= "<YOUR-PAYTM-MERCHANT-KEY>"
PAYTM_MERCHANT_ID = "<YOUR-PAYTM-MERCHANT-ID>"
PAYTM_CALLBACK_URL = "http://localhost:8000/response/"
```
4. Run `python manage.py migrate` to create the paytm models.
5. ### Stuff used to make this:
* [PAYTM API DOCUMENTATION](http://paywithpaytm.com/developer/paytm_api_doc/)
* [SDK DOCUMENTATION](http://paywithpaytm.com/developer/paytm_sdk_doc/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-paytm-0.1.tar.gz
(2.8 kB
view details)
File details
Details for the file django-paytm-0.1.tar.gz.
File metadata
- Download URL: django-paytm-0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ead30f304bf26623845ac3f7199e0bec39897cf797c4f8f4ce430b0959f9d0eb
|
|
| MD5 |
662623538e1740981705c3296e49c140
|
|
| BLAKE2b-256 |
fabe7590dd2af6cd639aa90378c49b316f0c1ba434dfbe04e68272e478961c1a
|