The simplest way to test your Merchant account for sandbox instance is to
use the below command (change sandbox to checkout in case of Production
instance)
curl -d '<hello
xmlns="
http://checkout.google.com/schema/2"/>'
https://*MERCHANT_ID*:*MERCHANT_KEY*@sandbox.google.com/checkout/api/checkout/v2/request/Merchant/*MERCHANT_ID*Change the MerchantId & Merchant key associated with your sandbox account.
The response of the above command will be something like shown below in case
of success:
<?xml version="1.0" encoding="UTF-8"?>
<bye xmlns="
http://checkout.google.com/schema/2"
serial-number="c567262a-dd13-4084-b8d3-6ccfbbc69d03" />
--
Ashish
On Tue, May 19, 2009 at 5:23 PM, <
[hidden email]> wrote: