#spiratus

1 messages · Page 1 of 1 (latest)

broken spindleBOT
rotund beacon
#

Hi there, Stripe Tax needs customer's address to calculate the tax. If you didn't specify a customer, or your customer didn't filled out the address in a checkout session, Stripe can't calculate the tax.

north pewter
#

@rotund beacon Hi Jack, thanks! So would they need to fill out the post code item? Or would Stripe need more information here in order to create a tax item

#

(I just filled out the postcode, but it still shows $15 on the left)

rotund beacon
#

Can you share with me the checkout session ID?

north pewter
#

Please let me know if this is incorrect, and if so where to find the actual session ID

rotund beacon
#

Thanks, I can get the ID from the checkout URL as well

#

OK, It looks like you didn't enable auto_tax for this checkout session

#
automatic_tax: {
    enabled: true,
  },

this is missing in your request

north pewter
#

Ah! Thanks Jack, I'll enable that

#

Appreciate it

north pewter
#

Hi @rotund beacon any ideas where I'm going wrong here? I don't know why it's converting "true" to 1, not sure if thats part of the issue, but I send true

rotund beacon
#

can you share with me your code?

#

Hmm, I'm not familiar with XANO, you might want to check with them and ask why they change true to 1.