Skip to main content

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/)

Project details


Release history Release notifications | RSS feed

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page