Google Checkout Callback

Discussion in 'ASP.NET / ASP.NET Core' started by stumac, Sep 30, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hoping the collective might of this forum can help me out.
    Considered myself technically proficient until I came across Google Checkout!

    Managed to integrate it, so no problems with getting my bespoke shopping cart to pass an order through.

    But of course I would like to be notified of a successful payment to insert it into my database and Google Checkout provides the callback URL.

    The problem I am having is the Google Checkout Console says 401 Access Denied on the callback file.

    After googling, got in touch with admin who disabled basic authentication on the folder where the file is. But still getting the 401 Access Denied error.

    Anybody out there integrated Google Checkout into a discountasp setup?
    If so, could they please share anything that I may be missing.

    Your time and help are appreciated in advance.

    Cheers,

    Stuart
     
  2. mjp

    mjp

  3. Thanks mjp for your time.

    Yeah this was the article I found which pointed me towards raising a ticket.

    Your man in support, Jaime, disabled Basic Authentication on the folder I had specified.

    But I still get the 401 Access Denied message showing on the Google Checkout Integration Console.

    So was wondering if I was missing anything else.

    Cheers,

    Stu
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    401 usually means that you are using a wrong username / password. Make sure you put in the correct authentication information in Google's setup.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page