This SDK allows Java developers to build on Heartland Payment System's Payment Gateway.
PaymentToken token = new PaymentToken("{{PKPaymentToken_JSON}}");
DecryptService service = new DecryptService("MyKeyStore.p12", "MyKeyStorePassword");
PaymentData data = service.decrypt(token);
HpsCharge response = creditService.charge(token, cardholderdata, true);
- Java 1.7
- ApplePay MerchantID Certificate in p12 format
- 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