Skip to main content

Dragonpay Python library

Project description

Dragon.py
=========

A Dragonpay client.


Usage
-----

```
from flask import redirect
from dragon import DragonPay


# To use test, just change production to False
d = DragonPay("MERCHANTID", "PASSWORD", production=True)

@app.route('/pay')
def pay_controller():
return redirect(d.pay("TRANSACTIONID", "AMOUNT", "CURRENCY", "DESCRIPTION",
"EMAIL"))
```

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

dragonpy-0.0.1.tar.gz (1.5 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