cancel
Showing results for 
Search instead for 
Did you mean: 

Error Code 13 - Login ID Confirmed, Same integration works on Sandbox

Hi All,

 

We're consistantly getting error code 13 on the live server (sandbox works perfectly)

we've confirmed the live login ID, both online and through the support line.

 

The XML we're sending to the Live server is identical (aside from login id and trans action key)
to what we're sending to the sandbox but stil get error 13

 

Server:https://secure.authorize.net/gateway/transact.dll
XML (stars on confidential information)
 

<?xml version="1.0" encoding="utf-8"?>
<ARBCreateSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
       <merchantAuthentication>
              <name>********</name>
              <transactionKey>****************</transactionKey>
       </merchantAuthentication>
       <refId>50</refId>
       <subscription>
              <name>Subscription</name>
              <paymentSchedule>
                     <interval>
                     <length>1</length>
                     <unit>months</unit>
                     </interval>
                     <startDate>2012-01-26</startDate>
                     <totalOccurrences>9999</totalOccurrences>

              </paymentSchedule>
              <amount>27</amount>

              <payment>
                     <creditCard>
                     <cardNumber>************</cardNumber>
                     <expirationDate>****</expirationDate>
                     </creditCard>
              </payment>
              <billTo>
                     <firstName>******</firstName>
                     <lastName>******</lastName>
              </billTo>
       </subscription>
</ARBCreateSubscriptionRequest>

 

Any help would be greatly appreciated

 

Thanks

James

cevo
Contributor
21 REPLIES 21

Just reread the ARB XML documentation,

the URL are test

https://apitest.authorize.net/xml/v1/request.api

and production

https://api.authorize.net/xml/v1/request.api

I owe you sir a drink!