#richardfr

1 messages · Page 1 of 1 (latest)

little widgetBOT
viral topaz
lofty bramble
viral topaz
#

yes the automatic tax is enabled for that subscription

lofty bramble
viral topaz
#

the tax amount of 0% is fine, but "23515 Taiwan" is not a complete address. If I go through the checkout I need to enter at least a county or a City inside Taiwan

lofty bramble
#

Ok, then it'd depend on how the Customer object was created as to why only those fields were set

#

What's the cus_xxx ID?

viral topaz
#

cus_OvhtQL88bD2tum

#

this customer doesn't even have the billing country set

#

although it is mentioned there on the screenshot of the invoice overview

#

the main problem is that the country is not mentioned on the invoice

#

maybe stripe tax recognized he is in taiwan and then skipped the address collection?

lofty bramble
#

Checking

viral topaz
#

thx

lofty bramble
#

If you want the billing address details collect on Checkout to persist to the Customer object (and show on invoices), you need to use either:

  • automatic_tax[enabled]: true
  • billing_address_collection: 'required'
viral topaz
#

Oh I see. We'll investigate where we missed that.
One last question: Is it possible to translate the invoice to english for our accountant?

lofty bramble
#

Don't believe you can mutate existing invoices though

viral topaz
#

mh ok, hope our accountant doesn't mind.

#

thanks for your help.