The payment getting posted successfully and i am getting the success email from authorize.net, but its not getting redirected to the acceptUrl which is given in the umbraco\UCommerce\Configuration\, authorize.net showing the following message and no node is getting created in the 'New Order' or 'Completed Order' section, can any one help me to solve it.
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.
Authorize.Net requires the confirm to be displayed under their URL, so uCommerce will download accept page locally and send it to Authorize.Net on callback. Make sure that the accept URL is accessible locally from your server.
To check if the URL is available locally on the server:
Log in to the server using Remote Desktop
Open the accept URL in a browser on the server
Verify that the URL is resolved
If the URL is not available the typical reason lies with a load balacing environment or a firewall. You can add the domain name to your hosts file, which will make the domain available.
Thanks for your quick replay Soren, The issue got solved when i gave the shipping address also, earlier i had set only billing address.
Now its getting redirected to the given acceptUrl, from this page how can i take the order detail? and i want to update the member data as per the result.
Authorizedotnet is not working as expected
I have setup ucommerce for my site with the help of this link http://www.publicvoid.dk/SetupUCommerceToIncludeAuthorizeNetAsAPaymentMethod.aspx
The payment getting posted successfully and i am getting the success email from authorize.net, but its not getting redirected to the acceptUrl which is given in the umbraco\UCommerce\Configuration\, authorize.net showing the following message and no node is getting created in the 'New Order' or 'Completed Order' section, can any one help me to solve it.
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.
Thanks
Authorize.Net requires the confirm to be displayed under their URL, so uCommerce will download accept page locally and send it to Authorize.Net on callback. Make sure that the accept URL is accessible locally from your server.
To check if the URL is available locally on the server:
There might be some addtional clues in the umbracoLog table.
Thanks for your quick replay Soren, The issue got solved when i gave the shipping address also, earlier i had set only billing address.
Now its getting redirected to the given acceptUrl, from this page how can i take the order detail? and i want to update the member data as per the result.
Thanks
Basil
You can update member information as part of the checkout pipeline. It is automatically executed whenever a payment is successful.
Here are some docs that explain how pipelines work uCommerce Pipelines Explained.
is working on a reply...