cancel
Showing results for 
Search instead for 
Did you mean: 

hosted payment form error 99

I keep getting this error 99 even if I am using the result from 

https://developer.authorize.net/api/reference/responseCode99.html

 

I have the following code 

 

 

<form action="https://test.authorize.net/gateway/transact.dll" method="Post">
<input type="hidden" name="x_fp_hash" value="18E2E310219986F2A6B8D7DE90716E4A">
<input type="hidden" name="x_fp_sequence" value="100012123">
<input type="hidden" name="x_fp_timestamp" value="1468068791">
<input type="hidden" name="x_login" VALUE="*******">
<input type="hidden" name="x_type" VALUE="AUTH_CAPTURE">
<input type="hidden" name="x_show_form" VALUE="PAYMENT_FORM">
<input type="hidden" name="x_amount" VALUE="10.05">
<input type="hidden" name="x_relay_response" VALUE="FALSE">
<INPUT TYPE=SUBMIT VALUE="Click here for the secure payment form">
</form>

 

Can someone tell me where is problem is?

I am trying to find a sample code but all it seems there is some major upgrade recently.

 

Thank you!

joyfay2009
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Thank you for the help.

 

It turns out that the official page to get the fingerprint is giving the wrong result!

I did left a variable in my own function to get the finger print and once it is fixed, there is no more errors.

 

 

View solution in original post

2 REPLIES 2

Maybe the transactionKey is different?

try it on the authentication test

https://developer.authorize.net/api/reference/#authentication

RaynorC1emen7
Expert

Thank you for the help.

 

It turns out that the official page to get the fingerprint is giving the wrong result!

I did left a variable in my own function to get the finger print and once it is fixed, there is no more errors.