Skip to main content

Unofficial Python 3 module to process basic(purchase and authorize) transactions with Payeezy

Project description

Payeezy

https://img.shields.io/pypi/v/payeezy.svg?branch=master https://travis-ci.org/lemmetry/payeezy.svg?branch=master

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

payeezy-1.1.2.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

payeezy-1.1.2-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page