ACHPayorService
Click here for a complete list of operations.
TokenInput
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /ACHPayorService.asmx HTTP/1.1
Host: soap.gms-operations.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://soap.gms-operations.com/TokenInput"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TokenInput xmlns="https://soap.gms-operations.com/">
<api_id>string</api_id>
<api_key>string</api_key>
<gms_id>string</gms_id>
<token>string</token>
<token_type>C or S or V or M or I or A</token_type>
<routing>string</routing>
<expiration_month>string</expiration_month>
<expiration_year>string</expiration_year>
<name>string</name>
<acct_cc_number>string</acct_cc_number>
<address>string</address>
<city>string</city>
<state>string</state>
<zip>string</zip>
<phone>string</phone>
<email>string</email>
</TokenInput>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TokenInputResponse xmlns="https://soap.gms-operations.com/">
<TokenInputResult>
<Token>string</Token>
<req_record_type>string</req_record_type>
<ach_routing>string</ach_routing>
<crd_expiration_mm>string</crd_expiration_mm>
<crd_expiration_yy>string</crd_expiration_yy>
<req_record_name>string</req_record_name>
<req_record_PAN>string</req_record_PAN>
<op_address>string</op_address>
<op_city>string</op_city>
<op_state>string</op_state>
<op_zip>string</op_zip>
<op_phone>string</op_phone>
<op_email>string</op_email>
</TokenInputResult>
</TokenInputResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /ACHPayorService.asmx HTTP/1.1
Host: soap.gms-operations.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TokenInput xmlns="https://soap.gms-operations.com/">
<api_id>string</api_id>
<api_key>string</api_key>
<gms_id>string</gms_id>
<token>string</token>
<token_type>C or S or V or M or I or A</token_type>
<routing>string</routing>
<expiration_month>string</expiration_month>
<expiration_year>string</expiration_year>
<name>string</name>
<acct_cc_number>string</acct_cc_number>
<address>string</address>
<city>string</city>
<state>string</state>
<zip>string</zip>
<phone>string</phone>
<email>string</email>
</TokenInput>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TokenInputResponse xmlns="https://soap.gms-operations.com/">
<TokenInputResult>
<Token>string</Token>
<req_record_type>string</req_record_type>
<ach_routing>string</ach_routing>
<crd_expiration_mm>string</crd_expiration_mm>
<crd_expiration_yy>string</crd_expiration_yy>
<req_record_name>string</req_record_name>
<req_record_PAN>string</req_record_PAN>
<op_address>string</op_address>
<op_city>string</op_city>
<op_state>string</op_state>
<op_zip>string</op_zip>
<op_phone>string</op_phone>
<op_email>string</op_email>
</TokenInputResult>
</TokenInputResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /ACHPayorService.asmx/TokenInput?api_id=string&api_key=string&gms_id=string&token=string&token_type=string&routing=string&expiration_month=string&expiration_year=string&name=string&acct_cc_number=string&address=string&city=string&state=string&zip=string&phone=string&email=string HTTP/1.1 Host: soap.gms-operations.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <TokenRecord xmlns="https://soap.gms-operations.com/"> <Token>string</Token> <req_record_type>string</req_record_type> <ach_routing>string</ach_routing> <crd_expiration_mm>string</crd_expiration_mm> <crd_expiration_yy>string</crd_expiration_yy> <req_record_name>string</req_record_name> <req_record_PAN>string</req_record_PAN> <op_address>string</op_address> <op_city>string</op_city> <op_state>string</op_state> <op_zip>string</op_zip> <op_phone>string</op_phone> <op_email>string</op_email> </TokenRecord>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ACHPayorService.asmx/TokenInput HTTP/1.1 Host: soap.gms-operations.com Content-Type: application/x-www-form-urlencoded Content-Length: length api_id=string&api_key=string&gms_id=string&token=string&token_type=string&routing=string&expiration_month=string&expiration_year=string&name=string&acct_cc_number=string&address=string&city=string&state=string&zip=string&phone=string&email=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <TokenRecord xmlns="https://soap.gms-operations.com/"> <Token>string</Token> <req_record_type>string</req_record_type> <ach_routing>string</ach_routing> <crd_expiration_mm>string</crd_expiration_mm> <crd_expiration_yy>string</crd_expiration_yy> <req_record_name>string</req_record_name> <req_record_PAN>string</req_record_PAN> <op_address>string</op_address> <op_city>string</op_city> <op_state>string</op_state> <op_zip>string</op_zip> <op_phone>string</op_phone> <op_email>string</op_email> </TokenRecord>