Skip to content

lemmetry/payeezy

Repository files navigation

Payeezy

image

image

image

image

This is an unofficial package-to-be for processing transactions with Payeezy using Python3.6

>>> transaction = api.process_purchase(transaction_total='2499',
                                       card_type='VISA',
                                       card_number='4005519200000004',
                                       card_expiry='1218',
                                       card_cvv='123',
                                       cardholder_name='Donald Duck',
                                       merchant_reference='Sale')

Installation:

$ pip install payeezy

Usage:

See example.py

Functions supported:

  • Credit Card Payments: Purchase/Authorize
  • Check the status of the submitted transaction
  • Check error messages for failed transaction

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages