Metadata-Version: 1.0
Name: SecureSubmit
Version: 1.5.1
Summary: SDK for integrating with the Heartland Portico Gateway
Home-page: http://developer.heartlandpaymentsystems.com/SecureSubmit
Author: Heartland Payment Systems
Author-email: EntApp_DevPortal@e-hps.com
License: LICENSE.txt
Description: ============
        SecureSubmit
        ============
        
        Python SDK for integrating with the Heartland Portico Gateway.
        
        Basic usage::
        	#!/usr/bin/env python
        
        Contributing
        ============
        
        1. Fork it
        2. Create your feature branch (git checkout -b my-new-feature)
        3. Commit your changes (git commit -am 'Add some feature')
        4. Push to the branch (got push origin my-new-feature)
        5. Create a new Pull Request
        
        Installation
        ============
        
        Exceute the following::
        	$ python pip install SecureSubmit
        
        Usage
        =====
        
        Supported Gateway Calls
        
        * CreditAccountVerify (4.3)
        * CreditAddToBatch (4.4)
        * CreditAuth (4.5)
        * CreditReturn (4.9)
        * CreditReversal (4.10)
        * CreditSale (4.11)
        * ReportActivity (10.4)
        * ReportTxnDetail (10.8)
        * BatchClose (10.3)
Platform: UNKNOWN
