Introduction
The Heartland Software Development Kit (SDK) is available in many different languages: PHP, .Net, Java, Ruby, Python, and Node.js. This documentation is intended to speed up the process of implementing the SDK into your solution by providing sample code and instructions.
Current Language
// c#
System.Console.WriteLine("hello.");
<?php
// php
echo 'hello.';
// java
System.out.println("hello.");
# ruby
puts "hello."
# python
print "hello."
// nodeJS
console.log("hello.");
The Heartland SDKs are distributed on GitHub.com/globalpayments and in the normal package distribution channels:
- .Net: NuGet
- PHP: Packagist
- Java: Maven Central Repository
- Ruby: RubyGems (Coming Soon)
- Python: PyPi
- Node.js: NPM
Developer Support
You are not alone! If you have any questions while you are working through your development process, please feel free to reach out to our team for assistance.