Skip to content
/ Paython Public
forked from abunsen/Paython

ActiveMerchant rip off in Python created by Auston Bunsen, with help from Igor Guerrero. Fork me & improve me!

License

Notifications You must be signed in to change notification settings

jchysk/Paython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paython

Trying to make it easy to accept payments in Python. So far, we're Paython.

Currently - you can just import the gateway needed from gateways & auth/settle/capture (sale)/void/credit once you instantiate with the proper credentials.

Supported Gateways

  • Authorize.net
  • Innovative Gateway Solutions (Intuit)
  • First Data Global Gateway (formerly Linkpoint?)
  • PlugnPay

Usage

It's super simple to start:

https://github.com/abunsen/Paython/wiki/Usage

Install Requirements

You need pip:

pip install -r requirements.txt

Run Tests

Just run:

nosetests

Or with stats:

nosetests --quiet --with-coverage --cover-package paython

When initializing a gateway, debug will output request params, xml & response text or xml. test will use the test gateway endpoint, if there is one & will raise an error otherwise (NoTestEndpointError).

About

ActiveMerchant rip off in Python created by Auston Bunsen, with help from Igor Guerrero. Fork me & improve me!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%