Forum Moderators: coopster

Message Too Old, No Replies

Authorize dot Net error

         

kadnan

11:24 am on Jun 3, 2003 (gmt 0)

10+ Year Member



Hello
I am working on authorize.net for the first time , i tried to submit the data and i got the following Error:

The following errors have occurred.
(92) The gateway no longer supports the requested method of integration.

<form method="post" action="https://secure.authorize.net/gateway/transact.dll">

<p><input type="Hidden" name="x_Test_Request" size="20" value="TRUE"></p>
<p><input type="text" name="x_Login" size="20" value="ie9393"></p>
<p><input type="text" name="x_Card_Num" size="20" value="4111111111111111"></p>
<p><input type="text" name="x_Exp_Date" size="20" value="12-01-1993"></p>
<p><input type="text" name="x_Amount" size="20" value="2.00"></p>
<p><input type="hidden" name="x_ADC_Relay_Response" size="20" value="TRUE"></p>
<p><input type="hidden" name="x_ADC_URL" size="20" value="http://site.com/getflags.php"></p>
<p><input type="hidden" name="x_Version" size="20" value="3.0"></p>
<p><input type="hidden" name="x_ADC_Delim_Data" size="20" value="FALSE"></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>

-please help me regarding this as I am new into authorize.net

thanks in advance
-adnan

[edited by: jatar_k at 1:57 pm (utc) on June 3, 2003]
[edit reason] removed specifics [/edit]

jatar_k

3:21 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I would think that you would have to contact them and maybe get your hands on their API documentation to see how it has changed.

I assume some variable in there is deprecated.