Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 839 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 839 Bytes

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