*** This library is no longer maintained! Its functionality is offered in Global Payments’ current library which can be found here. ***
This plugin allows you to use your SecureSubmit Public API Key to convert a credit card into a secure Token which can be charged in a PCI friendly way.
Refer to the Heartland Payment Systems SecureSubmit website for examples.
Just include this script after jQuery. Requires jQuery 1.4+.
<script src='jquery.js'></script>
<script src='jquery.securesubmit.js'></script>
- 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