USAEPAY Integration

wxdqz

New Member
Sir,

I am Suriakumar doing projects in PROVIDEX.

I am interfacing USAEPAY using SOAP XML.

The below is the coding i used to interface
=========================================================

POST /soap/gate/A676DE1A HTTP/1.1
Host: <!-- w --><a class="postlink" href="http://www.usaepay.com">www.usaepay.com</a><!-- w -->
Content-Type: text/xml; charset=utf-8
Content-Length: 1439
SOAPAction: "https://www.usaepay.com/ueSoapServerAction"

<?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>
<runOldAPI>
<Token>
<PinHash>
<HashValue>B26A6046973C3E9CA1076659F0044BB6</HashValue>
<Seed>174457001663</Seed>
<Type>MD5</Type>
</PinHash>
<SourceKey>d3EGUO2z2722KyWWPC5Qz8gQ83QbG5OU</SourceKey>
<ClientIP>172.16.0.1</ClientIP>
</Token>
<Parameters>
<UMcard>4444555566667779</UMcard>
<UMcvv2>112</UMcvv2>
<UMexpir>0909</UMexpir>
<UMamount>5.37</UMamount>
<UMinvoice>001663</UMinvoice>
<UMname>J, WILLITSROLAND</UMname>
<UMstreet>10 10 ROLAND</UMstreet>
<UMcity>FREMONT</UMcity>
<UMstate>CA</UMstate>
<UMzip>94538</UMzip>
<UMcommand>sale</UMcommand>
<UMdescription>CWS01-MQ-RJW0001</UMdescription>
<UMcustid>RJW0001</UMcustid>
<UMbillfname>J, WILLITS</UMbillfname>
<UMbilllname>ROLAND</UMbilllname>
<UMbillstreet>10 10 ROLAND</UMbillstreet>
<UMbillstreet2>10 DROWNING STREET</UMbillstreet2>
<UMbillcity>FREMONT</UMbillcity>
<UMbillstate>CA</UMbillstate>
<UMbillzip>94536</UMbillzip>
</Parameters>
</runOldAPI>
</soap:Body>
</soap:Envelope>
========================================================

I am getting the error Cannot use object of type stdClass as array
Please inform me the reason for the above error.

J.Suriakumar
 
Back
Top