We want to make payments easy for developers. Let us do the heavy lifting with these developer tools so you can simply and easily deploy payment and donation solutions.
API Wrapper
We've developed a comprehensive set of wrappers for PHP, Java and Ruby based on our SOAP API. These expose customer, processing, and reporting functionality in easy to consume libraries. You can use these wrappers to implement iATS Payments processing functionality into your system quickly and efficiently.
This release includes better method naming, additional methods, detailed parameters for existing methods, and more. To find the new release files, click here.
REQUIREMENTS:
INSTALLATION:
<?php require 'iATS/lib/Core.php'; require 'iATS/lib/ProcessLink.php'; require 'iATS/lib/CustomerLink.php'; require 'iATS/lib/ReportLink.php'; |
<?php require 'iATS/iATS.php'; |
USAGE:
See the Sample Code section for examples.
GITHUB REPOSITORY:
DOCUMENTATION:
Links to PDF's that document the underlying SOAP API can be found here.