Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Basil 33 posts 53 karma points
    Mar 08, 2012 @ 13:20
    Basil
    0

    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

  • Søren Spelling Lund 1797 posts 2786 karma points
    Mar 08, 2012 @ 17:45
    Søren Spelling Lund
    0

    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:

    1. Log in to the server using Remote Desktop
    2. Open the accept URL in a browser on the server
    3. 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.
    Hope this helps.
  • Søren Spelling Lund 1797 posts 2786 karma points
    Mar 08, 2012 @ 17:45
    Søren Spelling Lund
    0

    There might be some addtional clues in the umbracoLog table.

  • Basil 33 posts 53 karma points
    Mar 09, 2012 @ 15:21
    Basil
    0

    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

  • Søren Spelling Lund 1797 posts 2786 karma points
    Mar 12, 2012 @ 08:41
    Søren Spelling Lund
    0

    You can update member information as part of the checkout pipeline. It is automatically executed whenever a payment is successful.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Mar 12, 2012 @ 08:42
    Søren Spelling Lund
    0

    Here are some docs that explain how pipelines work uCommerce Pipelines Explained.

Please Sign in or register to post replies

Write your reply to:

Draft