#spiratus
1 messages · Page 1 of 1 (latest)
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.
@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)
Can you share with me the checkout session ID?
Please let me know if this is incorrect, and if so where to find the actual session ID
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
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