i'm sending the soap calls to https://api.authorize.net/soap/v1/Service.asmx
i'm using the login and key that we use for the regular one time payments.
it gives E00007 error when usnig ARB, but works fine using the normal one time payment with the transact.dll
any ideas?
05-31-2011 12:58 PM
An E00007 can only be caused by invalid credentials or posting to the wrong url. Assuming that you are working with a production account, the URL that you are using is valid. I would recommend reviewing the precise XML being generated and confirming that there are no extra characters or white space being added to the login and key that you are submitting.
06-03-2011 02:06 PM