cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot figure out "An exception occured. Please try again later."

Hi everyone,

 

Whenever I try to submit transactions using the SIM form I receive the following error"

 

"An exception occured. Please try again later."

 

The transaction still authorizes AND I receive an email receipt.  Does anyone know what his could be?  Here's what my form looks like (C#/Razor):

 

 

                <form id="simForm"  method='post' action='https://secure.authorize.net/gateway/transact.dll'>            
                    <input type='hidden'  name='x_login' id='x_login' value="@loginID"/>
                    <input type='hidden'  name='x_amount' id='x_amount' value="@amount"/>
                    <input type='hidden'  name='x_first_name' id='x_first_name' value="@fName"/>
                    <input type='hidden'  name='x_last_name' id='x_last_name' value="@lName"/>
                    <input type='hidden'  name='x_company' id='x_company' value="@company"/>
                    <input type='hidden'  name='x_phone' id='x_phone' value="@phone"/>
                    <input type='hidden'  name='x_email' id='x_email' value="@emailAddress"/>
                    <input type='hidden'  name='x_description' id='x_description' value="test description"/>
                    <input type='hidden'  name='x_fp_sequence' id='x_fp_sequence' value="@sequence"/>
                    <input type='hidden'  name='x_fp_timestamp' id='x_fp_timestamp' value="@timeStamp"/>
                    <input type='hidden'  name='x_fp_hash' id='x_fp_hash' value="@fingerprint"/>
                    <input type='hidden'  name='x_type' id='x_type' value="AUTH_CAPTURE"/>
                    <INPUT type='hidden'  name='x_method' vakye='CC' />
                    <INPUT type='hidden'  name='x_version' vakye='3.1' />
                    <input type='hidden'  name='x_test_request' id='x_test_request' value="TRUE"/>
                    <input type='hidden' name='x_show_form' value='PAYMENT_FORM' />
                    @*<input type='submit'  id='buttonLabel' />*@
                </form>

Thank you!

Thomas

 

tevenson
Member
2 REPLIES 2

Are you using relay response or reciept page?

RaynorC1emen7
Expert

Yes.  I'm trying to.