This PHP SDK makes it easy to process payments against the Heartland Payment Systems Portico Gateway.
Add this SDK to your PHP project and require it once. require_once 'Hps.php';
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)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request