But i could not get back on my site after successfull transaction. i m getting this error message
------------------------------An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you will receive the product or service.
------------------------------
I think it could be a firewall issue. What Authorize.NET is trying to do is to make a request back to the site with some URL parameters. It's trying to reach yoursite.com/PaymentProcessor.axd - can you verify that the box you're running your site on can be reached from outside your network (try reaching it with a mobile phone or something that's not on your network).
Actually everything was fine.i had chat with live support on Authorized.net
I got this response
Web server is available on the public Internet, and that the server has HTTP access control disabled, or has access control configured to always allow connections from Authorize.Net.
Your Web server is not using a proxy, or if it is, has been configured to allow Authorize.Net to connect to the server via the proxy.
I had a probelm with bold line..i got solved...!!!
Authorize.net is not working with uCommerce
Hello,
I have some issues while using authorize.net in uCommerce.
this is my authorizedotnet.config
<authorizedotnetPaymentMethodService
apiLogin="*****3p"
transactionKey="*********pk6"
md5Hash="******@!"
callbackUrl="(auto)"
acceptUrl="my url here"
declineUrl="my url here"
payType="CC"
debug="false"
testMode="false"
sandboxMode="true"
instantAcquire="false"
/>
i'm following this link
http://www.publicvoid.dk/SetupUCommerceToIncludeAuthorizeNetAsAPaymentMethod.aspx
But i could not get back on my site after successfull transaction. i m getting this error message
Please let me know ,where i'm doing wrong.
Help me out this as soon as possible.
I think it could be a firewall issue. What Authorize.NET is trying to do is to make a request back to the site with some URL parameters. It's trying to reach yoursite.com/PaymentProcessor.axd - can you verify that the box you're running your site on can be reached from outside your network (try reaching it with a mobile phone or something that's not on your network).
Best regards
Morten
Hello,
Actually everything was fine.i had chat with live support on Authorized.net
I got this response
Web server is available on the public Internet, and that the server has HTTP access control disabled, or has access control configured to always allow connections from Authorize.Net.
Your Web server is not using a proxy, or if it is, has been configured to allow Authorize.Net to connect to the server via the proxy.
I had a probelm with bold line..i got solved...!!!
is working on a reply...