cancel
Showing results for 
Search instead for 
Did you mean: 

Issue During The Payment Process_Authorize.net Payment Gateway

Hello Authorize.net,
 
We are facing issue with payment process we integrated the payment gateway by creating the Donate button in the account and used that form in the website.We had changed the Test mode to Live we are able to reach the check out page after entering the amount and clicking the continue button it was redirecting to the error page please verify it and suggest us.
I am getting the  error.
 
 
Server Error in '/Payment' Application.
Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
 
Our Account Details

 

saritha
Member
2 REPLIES 2

Hello @saritha

It's been a while since this was first posted. I would recommend subscribing to this topic so that you'll be alerted via email if anyone from the community is able to respond with any comments. To subscribe, click Topic Options at the top of this thread and then select Subscribe. You'll then receive an email once anyone replies.

Thanks,

Richard

RichardH
Administrator Administrator
Administrator

 

Hi saritha,

 

Please send an email to developer@authorize.net with your API login ID or Payment Gateway ID so we can directly look at your implementation.

 

Thank you,

Joy

Joy
Administrator Administrator
Administrator