/py-adyen

Adyen Python implementation

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

py-adyen

Adyen Python implementation. Capable of both single and recurring payments.

Installation

Install via pip:

$ pip install py-adyen

Requirements

Hmac, hashlib. If you want to use the API, you need Suds. If you want to use the forms, you need Django as well.

Settings

Please see the wiki for available settings

Usage

Please see the wiki for usage examples

TODO

Lots! Especially in the API section (only recurring payments are directly supported for now). Help out, make a pull request :) Write tests!


Acknowledgement

Influenced by django-ogone, and reused some parts of the (outdated) django-adyen package