This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developer:soap-1.6:methods:gettransactioncustom [2015/11/23 15:18] yaya [XML] |
developer:soap-1.6:methods:gettransactioncustom [2015/11/23 15:22] yaya [XML] |
||
---|---|---|---|
Line 263: | Line 263: | ||
</SOAP-ENV:Body> | </SOAP-ENV:Body> | ||
</SOAP-ENV:Envelope> | </SOAP-ENV:Envelope> | ||
+ | </code> | ||
+ | |||
+ | Response: | ||
+ | <code xml> | ||
+ | <?xml version="1.0" encoding="utf-8"?> | ||
+ | <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:usaepay" | ||
+ | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
+ | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
+ | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | ||
+ | <SOAP-ENV:Body> | ||
+ | <ns1:getTransactionCustomResponse> | ||
+ | <getTransactionCustomReturn SOAP-ENC:arrayType="ns1:FieldValue[5]" xsi:type="ns1:FieldValueArray"> | ||
+ | <item xsi:type="ns1:FieldValue"> | ||
+ | <Field xsi:type="xsd:string">Response.AvsResult</Field> | ||
+ | <Value xsi:type="xsd:string">Address: Match & 5 Digit Zip: Match</Value> | ||
+ | </item> | ||
+ | <item xsi:type="ns1:FieldValue"> | ||
+ | <Field xsi:type="xsd:string">Response.BatchNum</Field> | ||
+ | <Value xsi:type="xsd:string">1911</Value> | ||
+ | </item> | ||
+ | <item xsi:type="ns1:FieldValue"> | ||
+ | <Field xsi:type="xsd:string">Response.RefNum</Field> | ||
+ | <Value xsi:type="xsd:string">102284059</Value> | ||
+ | </item> | ||
+ | <item xsi:type="ns1:FieldValue"> | ||
+ | <Field xsi:type="xsd:string">Response.Status</Field> | ||
+ | <Value xsi:type="xsd:string">Pending</Value> | ||
+ | </item> | ||
+ | <item xsi:type="ns1:FieldValue"> | ||
+ | <Field xsi:type="xsd:string">Details.Amount</Field> | ||
+ | <Value xsi:type="xsd:string">4.00</Value> | ||
+ | </item> | ||
+ | </getTransactionCustomReturn> | ||
+ | </ns1:getTransactionCustomResponse> | ||
+ | </SOAP-ENV:Body> | ||
+ | </SOAP-ENV:Envelope> | ||
</code> | </code> | ||