carviaso / google-checkout-dotnet-sample-code

Automatically exported from code.google.com/p/google-checkout-dotnet-sample-code
0 stars 0 forks source link

Implement new URL for XML posts #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Checkout will make a new URL available for cart posts some time in
the next 2-3 weeks. The new URL will be:

https://checkout.google.com/api/checkout/Merchant/<merchant-ID>/checkout

The old cart post URL will continue to work, but new Checkout features will
only be supported if you post to the new URL. Note that the URL for order
processing commands does not change.

Original issue reported on code.google.com by martin.o...@gmail.com on 1 Sep 2007 at 8:44

GoogleCodeExporter commented 9 years ago
When you say new features, is this from the June 28th release on?

Original comment by joseph.f...@gmail.com on 1 Sep 2007 at 10:16

GoogleCodeExporter commented 9 years ago
New features = features released mid-September 2007 onwards.

Original comment by martin.o...@gmail.com on 1 Sep 2007 at 11:27

GoogleCodeExporter commented 9 years ago
Both cart posts and order-processing commands are affected. My previous post 
was wrong.

Example of old URL (prod):
https://checkout.google.com/cws/v2/Merchant/1234567890/request
https://checkout.google.com/cws/v2/Merchant/1234567890/checkout

Example of old URL (sandbox):
https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/request
https://sandbox.google.com/checkout/cws/v2/Merchant/1234567890/checkout

New URL format:
/api/checkout/v2/<command>/Merchant/<merchant id>

Example of new URL (production):
Commands: 
https://checkout.google.com/api/checkout/v2/request/Merchant/1234567890
Cart Post: https://checkout.google.com 
/api/checkout/v2/checkout/Merchant/1234567890

Example of new URL (Sandbox)
Commands: 
https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant/1234567890
Cart Post:
https://sandbox.google.com/checkout/api/checkout/v2/checkout/Merchant/1234567890

Original comment by moman...@google.com on 6 Sep 2007 at 5:03

GoogleCodeExporter commented 9 years ago
I will add these changes over the next few days.

Original comment by joseph.f...@gmail.com on 4 Oct 2007 at 12:39

GoogleCodeExporter commented 9 years ago
Code has been updated, Revision 140

Original comment by joseph.f...@gmail.com on 5 Oct 2007 at 4:23