Developers

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.

PHP Install

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:

  • PHP 5.3.3 or greater
  • SOAP enabled in your PHP installation
  • An iATS Account when you're ready to go live

 

INSTALLATION:

  1. Download & unzip the latest source (PHP-20.zip folder)
    2. Create a new folder named 'iATS' at the root of your application
    3. Copy the 'lib' folder from the source into your new iATS folder
    4. Create a new file called iATS.php in your new iATS folder. Paste the following into it and save the file:

<?php

​require 'iATS/lib/Core.php';

require 'iATS/lib/ProcessLink.php';

require 'iATS/lib/CustomerLink.php';

require 'iATS/lib/ReportLink.php';

  1. Now you can add a 'require' to wherever you need to use the iATS library:

<?php

​require 'iATS/iATS.php';

 

USAGE:

See the Sample Code section for examples.

 

GITHUB REPOSITORY:

Visit Here.

 

DOCUMENTATION:

Links to PDF's that document the underlying SOAP API can be found here.

Contact Us