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
Solved! Go to Solution.
12-27-2011 08:23 AM
Just reread the ARB XML documentation,
the URL are test
https://apitest.authorize.net/xml/v1/request.api
and production
12-28-2011 05:53 PM - edited 12-28-2011 05:54 PM
I owe you sir a drink!
12-28-2011 07:53 PM