/heartland-php

Heartland Payment Systems Payment Gateway PHP SDK

Primary LanguagePHPOtherNOASSERTION

Hps

This PHP SDK makes it easy to process payments against the Heartland Payment Systems Portico Gateway.

Installation

Add this SDK to your PHP project and require it once. require_once 'Hps.php';

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)

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 (git push origin my-new-feature)
  5. Create new Pull Request