The AGMS library provides integration to the Avant-Garde Payment Gateway.
easy_install agms
or
pip install agms
Examples on how the AGMS Ruby library can be used are found as part of this package in: examples/
- hpp.py
- invoicing.py
- recurring.py
- report.py
- safe.py
- transaction.py
In case Insecure content warning is noticed then install security package
easy_install requests[security]
or
pip install requests[security]
Support for Invoicing and Recurring are not yet completed and are still under development.
Examples can be found as part of this package in example_hpp.py, example_invoicing.py, example_recurring.py, example_report.py, example_safe.py, example_transaction.py.
See the LICENSE file.
Test cases can be run with: nosetests agms/test/unit/*
- Fork it ( https://github.com/agmscode/agms_python#fork-destination-box )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request