AGMS SOAP API Reference Introduction

Our direct developer APIs allow you tightly integrate the features and functions of the AGMS Gateway within your software, app, or service via a SOAP XML interface. Multiple API endpoints are available:

  • Transaction API for executing specific transactions, like sales and auths, and querying detail about past transactions.
  • Hosted Payment Page API for generating customized HPP links real-time with full access to all configuration options.

To help speed up integration, we have made available Code Samples and Code Libraries. Code samples are quick integration examples of integrations and are not intended for production use. Code libraries are more robust and are intended for drop-in production use, additional information and documentation is available here.

API Protocol

These APIs utilize SOAP XML and support both SOAP 1.1 and SOAP 1.2.

AGMS Example Code License

AGMS Example Code is licensed under the MIT License.

Copyright ©2014 Avant-Garde Marketing Solutions, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.