List Info

Thread: Re: Tax issues




Re: Tax issues
country flaguser name
United States
2007-05-02 02:01:36
Hi Michael,

The UK developer's forum is at http://groups.google.com/group/google-checkout-api-u
k/topics

Could you try including the following input fields for your
HTML form?

       <input type="hidden"
name="item_name_1"
value="item_name"/>
       <input type="hidden"
name="item_description_1"
value="item_description_1"/>
       <input type="hidden"
name="item_quantity_1" value="1"/>
       <input type="hidden"
name="item_price_1" value="1.00"/>
       <input type="hidden"
name="item_currency_1" value="GBP"/>

       <input type="hidden"
name="ship_method_name_1"
value="Deliver"/
>
       <input type="hidden"
name="ship_method_price_1"
value="2.0"/>
       <input type="hidden"
name="ship_method_currency_1"
value="GBP"/
>

       <input type="hidden"
name="checkout-flow-support.merchant-
checkout-flow-support.shipping-methods.flat-rate-shipping-1.
shipping-
restrictions.allowed-areas.postal-area-1.country-code"
value="GB" />

<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.rate" value="0.0825"/>

<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.tax-area.us-state-area.state"
value="FL"/>

<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.rate" value="0.175"/>

<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.tax-area.postal-area.country-code"
value="GB"/>

Please reply back if this doesn't help.


Thanks,
Jacob

On Apr 23, 4:29 am, "Michel Einhorn"
<checkout.prelaunch.
3...gmail.com> wrote:
> hello,
> Can U tell me where can i get the UK developer's
forums.
> I tried the code given by Ropu.
> But i still get the following error.
> ' Tax rule with rate 0.175 does not have an area
associated with it.'
> I want to solve the problem.I am now trying to include
tax as an second item
> and state the calculated tax value.
> Plz guide over this.
> thankyou
> Sucheta
>
> On 4/22/07, idiots.a...gmail.com
<idiots.a...gmail.com> wrote:
>
>
>
> > I dunno if there's currently a way to only display
tax and not charge
> > it.  I've read over the new international guide
lines and it looks
> > like the VAT tax specifications are just like US
sales tax(aka it's
> > charged additionally to the total sales price). 
Anyway you would
> > probably get a better answer in the UK developer's
forums.
>
> > On Apr 20, 8:03 am, Ropu <rovagn...gmail.com> wrote:
> > > Sorry Michel, i read it as a question, and
not the title of the page 
>
> > > this is what i've tried. is working, but im
not sure why the
>
> >
request.checkout-shopping-cart.checkout-flow-support.merchan
t-checkout-flow­-support.shipping-methods.flat-rate-shipping
-1.shipping-restrictions.allowe
> > ­d-areas.postal-area.country-codeis
> > > not getting through. But tax rates are fine.
Try pointing to the
> > > diagnose
> > > (just add /diagnose to the forms action, as
in the example)
>
> > > with a FL address tax is calculated as it
should...
>
> > > <form method="POST"
action="
> >https://sandbox.google.com/checkou
t/cws/v2/Merchant/1234567890/checko..."
> > > accept-charset="utf-8"
name="googleChkFm" id="googleChkFm"
> > target="_self">
> > >        <input type="hidden"
name="item_name_1"
value="item_name"/><!--90
> > > chars//-->
> > >        <input type="hidden"
name="item_description_1"
> > > value="item_description_1"/>
> > >        <input type="hidden"
name="item_quantity_1" value="1"/>
> > >        <input type="hidden"
name="item_price_1" value="1.00"/>
> > >        <input type="hidden"
name="item_currency_1" value="USD"/>
>
> > >        <input type="hidden"
name="ship_method_name_1"
value="Deliver"/>
> > >        <input type="hidden"
name="ship_method_price_1"
value="2.0"/>
> > >        <input type="hidden"
name="ship_method_currency_1"
value="USD"/>
> > >        <input type="hidden"
name="
>
> >
request.checkout-shopping-cart.checkout-flow-support.merchan
t-checkout-flow­-support.shipping-methods.flat-rate-shipping
-1.shipping-restrictions.allowe
> > ­d-areas.postal-area.country-code"
> > > value="GB" />
>
> > > <input type="hidden"
name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-1.rate
> > "
> > > value="0.2"/>
> > > <input type="hidden"
name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-1.tax-area
.us-state-area.state
> > "
> > > value="FL"/>
>
> > > <input type="hidden"
name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-2.rate
> > "
> > > value="0.4"/>
> > > <input type="hidden"
name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-2.tax-area
.postal-area.country-code
> > "
> > > value="GB"/>
>
> > >   <input type="submit"
name="submit" value="submit"/>
>
> > > </form>
>
> > > diagnose response: (u can see how GB tax is
accepted default-tax-rule-2)
>
> > > _type=form-diagnosis
> > >
&request.checkout-shopping-cart.shopping-cart.items.item
-1.quantity=1
> > > &request.checkout-
> > >
shopping-cart.shopping-cart.items.item-1.unit-price.currency
=USD
> > > &request.checkout-
> >
shopping-cart.shopping-cart.items.item-1.unit-price=1.0
> > > &request.checkout-
> > >
shopping-cart.shopping-cart.items.item-1.item-name=item_name

> > > &request.checkout-
>
> >
shopping-cart.shopping-cart.items.item-1.item-description=it
em_description
> > _­1
> > > &request.checkout-
>
> >
shopping-cart.shopping-cart.items=request.checkout-shopping-
cart.shopping-c
> > ­art.items.item-1
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.shipping­-methods.flat-rate-shipping-1.name=Deliver
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.shipping­-methods.flat-rate-shipping-1.price=2.0
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.shipping­-methods.flat-rate-shipping-1.price.currency
=USD
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.shipping­-methods=request.checkout-shopping-cart.chec
kout-flow-support.merchant-chec
> >
­kout-flow-support.shipping-methods.flat-rate-shipping-1
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.merchant-calculated=false
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-1.shipping-taxed=false
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-1.rate=0.2
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-1.tax-area.us-state-area.st
> > ­ate=FL
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-2.shipping-taxed=false
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-2.rate=0.4
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules.default-tax-r
ule-2.tax-area.postal-area.coun
> > ­try-code=GB
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules=request.check
out-shopping-cart.checkout-flow
> > ­-
> >
support.merchant-checkout-flow-support.tax-tables.default-ta
x-table.tax-ru­les.default-tax-rule-1
> > > &request.checkout-
>
> >
shopping-cart.checkout-flow-support.merchant-checkout-flow-s
upport.tax-tabl­es.default-tax-table.tax-rules=request.check
out-shopping-cart.checkout-flow
> > ­-
> >
support.merchant-checkout-flow-support.tax-tables.default-ta
x-table.tax-ru­les.default-tax-rule-2
> > >
&serial-number=f9b3a75e-ffe4-4343-b8f2-88a68b245d4b
>
> > > hope this helps, i know i must get deeper in
the HTML API...
>
> > > ropu
>
> > > On 4/20/07, Michel Einhorn
<checkout.prelaunch.3...gmail.com> wrote:
>
> > > > hello Ropu,
> > > > i have already stated in my email that i
went thru this document.
> > > > i want to know how the calculated tax
value will appear for UK state.
> > > > any help is appreciated..
> > > > thankyou
>
> > > > On 4/20/07, Ropu <rovagn...gmail.com> wrote:
>
> > > > > Hi
>
> > > > > have a look to this page, it
explains clearly how to add any XML API
> > tag
> > > > > in the HTML API
>
> > > > >http://code.google.com/support/bin/answ
er.py?answer=64729&topic=10423
>
> > > > > hope this helps
>
> > > > > ropu
>
> > > > > On 4/20/07, Michel Einhorn
<checkout.prelaunch.3...gmail.com >
> > wrote:
>
> > > > > > Hello,
> > > > > >         I am using the HTML
API with level 1 integration as I have
> > > > > > only one item to be processed
at a time.
> > > > > > i have tax 17.5 % which is
included in the total price.On Order
> > page
> > > > > > it shows VAT £0.00 whereas i
want it to show
> > > > > > (includes VAT £274.49).The tax
value will vary for each item.
>
> > > > > > I have not been able to go
online due to some reasons.
> > > > > > i went through
>
> > > > > > *How do I include XML API tags
in the HTML API? *
> > > > > > i am in United Kingdom and not
in US.
>
> > > > > > Please reply at the
earliest..
>
> >
************************************************************
***************­********************************************
******************************
> > > > > > <form
method="POST" action="
> >https://sandbox.google.com/checkout/cws/
v2/Merchant/602316661849275/c...
> > > > > > "
accept-charset="utf-8"
name="googleChkFm" id="googleChkFm"
> > > > > > target="_self">
> > > > > >        <input
type="hidden" name="item_name_1"
> > > > > >
value="<%=gcName%>"/><!--90
chars//-->
> > > > > >        <input
type="hidden" name="item_description_1"
> > > > > >
value="<%=gcDesc%>"/>
> > > > > >        <input
type="hidden" name="item_quantity_1"
value="1"/>
> > > > > >        <input
type="hidden" name="item_price_1"
> > > > > >
value="<%=payment_amount%>"/>
> > > > > >        <input
type="hidden" name="item_currency_1"
> > > > > >
value="<%=currency_code%>"/>
>
> > > > > >        <input
type="hidden" name="ship_method_name_1"
> > > > > >
value="Deliver"/>
> > > > > >        <input
type="hidden" name="ship_method_price_1"
value="0"/>
> > > > > >        <input
type="hidden"
name="ship_method_currency_1"
> > > > > > value="GBP"/>
>
> > > > > >       <input
type="hidden" name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-1.rate&quo
t;
> > value="
> > > > > > 0.175"/>  ??????
> > > > > > <input
type="hidden" name="
>
> >
checkout-flow-support.merchant-checkout-flow-support.tax-tab
les.default-tax­-table.tax-rules.default-tax-rule-1.tax-area
.us-state-area.state"
> > value="CA"/>
> > > > > >    ??????
>
> > > > > >        <input
type="hidden" name="_charset_"/>
> > > > > >        <input
type="image" name="Google Checkout"
alt="Fast
> > checkout
> > > > > > through Google"
src=" "
> >http://sandbox.google.com/checkout/butto
ns/checkout.gif?merchant_id=1...
> > > > > > "  height="46"
width="180" onClick="javascript:return
> > checkForm();">
> > > > > >       </form>
>
> >
************************************************************
***************­********************************************
*******************************
>
> ...
>
> read more »


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Tax issues
country flaguser name
United States
2007-05-09 11:30:23


I am currently tryign to set up a  HTML API of the Google
Checkout for
a client

Currently we have it working with the sellers items. But we
still are
having problems getting the VAT to work. I have been
followed your
Instructions Jacob but it still seems to have problems.

Any ideas?

thanks

Alan
--
Jeebers.com
alanjeebers.com


cODE:::
-----------

<form method="POST" action="https://checkout.
google.com/cws/v2/
Merchant/***************/checkoutForm"
accept-charset="utf-8">
<#loop:cart.products#>
<?
 $price_pay={*cart.products.price};
 $price_pay=substr($price_pay, 7); ?>
  <input type="hidden"
name="item_name_<? echo
$product_counter;?>"
value="{cart.products.name}"/>
  <input type="hidden"
name="item_description_<? echo
$product_counter;?>"
value="{cart.products.shortdescription}"/>
  <input type="hidden"
name="item_quantity_<? echo $product_counter;?
>" value="{cart.products.qty}"/>
  <input type="hidden"
name="item_price_<? echo
$product_counter;?>"
value="<? echo $price_pay; ?>"/>
  <input type="hidden"
name="item_currency_<? echo $product_counter;?
>" value="GBP"/>
<? $product_counter++;?>
<#/loop#>
  <input type="hidden"
name="ship_method_price_1" value="<? echo
$shipping;; ?>"/>
  <input type="hidden"
name="ship_method_name_1"
value="Delivery"/>
  <input type="hidden"
name="ship_method_currency_1"
value="GBP"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.shipping-methods.flat-rate-shipping-1.shipping-

restrictions.allowed-areas.postal-area-1.country-code"
value="GB" />
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.rate" value="0.0825"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.tax-area.us-state-area.state"
value="FL"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.rate" value="0.175"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.tax-area.postal-area.country-code"
value="GB"/>

  <input type="hidden"
name="_charset_"/>
  <input type="image" name="Google
Checkout" alt="Fast checkout
through Google"
src="htt
ps://checkout.google.com/buttons/checkout.gif?
merchant_id=377765732332806&w=180&h=46&style=whi
te&variant=text&loc=en_US"
height="46" width="180"
height="46" width="180"/>

</form>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Tax issues
country flaguser name
United States
2007-05-09 11:30:23


I am currently tryign to set up a  HTML API of the Google
Checkout for
a client

Currently we have it working with the sellers items. But we
still are
having problems getting the VAT to work. I have been
followed your
Instructions Jacob but it still seems to have problems.

Any ideas?

thanks

Alan
--
Jeebers.com
alanjeebers.com


cODE:::
-----------

<form method="POST" action="https://checkout.
google.com/cws/v2/
Merchant/***************/checkoutForm"
accept-charset="utf-8">
<#loop:cart.products#>
<?
 $price_pay={*cart.products.price};
 $price_pay=substr($price_pay, 7); ?>
  <input type="hidden"
name="item_name_<? echo
$product_counter;?>"
value="{cart.products.name}"/>
  <input type="hidden"
name="item_description_<? echo
$product_counter;?>"
value="{cart.products.shortdescription}"/>
  <input type="hidden"
name="item_quantity_<? echo $product_counter;?
>" value="{cart.products.qty}"/>
  <input type="hidden"
name="item_price_<? echo
$product_counter;?>"
value="<? echo $price_pay; ?>"/>
  <input type="hidden"
name="item_currency_<? echo $product_counter;?
>" value="GBP"/>
<? $product_counter++;?>
<#/loop#>
  <input type="hidden"
name="ship_method_price_1" value="<? echo
$shipping;; ?>"/>
  <input type="hidden"
name="ship_method_name_1"
value="Delivery"/>
  <input type="hidden"
name="ship_method_currency_1"
value="GBP"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.shipping-methods.flat-rate-shipping-1.shipping-

restrictions.allowed-areas.postal-area-1.country-code"
value="GB" />
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.rate" value="0.0825"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-1.tax-area.us-state-area.state"
value="FL"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.rate" value="0.175"/>
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.tax-tables.default-tax-table.tax-rules.default-
tax-
rule-2.tax-area.postal-area.country-code"
value="GB"/>

  <input type="hidden"
name="_charset_"/>
  <input type="image" name="Google
Checkout" alt="Fast checkout
through Google"
src="htt
ps://checkout.google.com/buttons/checkout.gif?
merchant_id=377765732332806&w=180&h=46&style=whi
te&variant=text&loc=en_US"
height="46" width="180"
height="46" width="180"/>

</form>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )