1 message in com.googlegroups.google-checkout-api-ukHas anyone got a UK version of html a...
FromSent OnAttachments
boyd27 Sep 2007 08:37 
Subject:Has anyone got a UK version of html api checkout code that actually works if you have a uk merchant id?
From:boyd (b.@karmacups.co.uk)
Date:09/27/2007 08:37:19 AM
List:com.googlegroups.google-checkout-api-uk

The EXAMPLE given by google asumes you are american. http://code.google.com/apis/checkout/developer/google_checkout_html_api.html

I have tried for an hour to get it to work with my UK merchant id in test mode but it keeps saying that i am posting a US dollar value. But i can't see it.

This is what i am trying to test before i go any further. Does anyone have a working UK version of this PLEASE?

<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/ Merchant/MYMERCHANTID/checkoutForm" accept-charset="utf-8">

<input type="hidden" name="item_name_1" value="Peanut Butter"/> <input type="hidden" name="item_description_1" value="Chunky peanut butter."/> <input type="hidden" name="item_quantity_1" value="1"/> <input type="hidden" name="item_price_1" value="3.99"/> <input type="hidden" name="ship_method_name_1" value="UPS Ground"/> <input type="hidden" name="ship_method_price_1" value="10.99"/> <input type="hidden" name="_charset_"/> <input type="image" name="Google Checkout" alt="Fast checkout through Google" src="http://sandbox.google.com/checkout/buttons/checkout.gif? merchant_id=523737252717518&w=180&h=46&style=white&variant=text&loc=en_US" height="46" width="180"/>

</form>