#alexandru.comanescu
1 messages · Page 1 of 1 (latest)
Tax code and tax behavior are part of Stripe Tax, which is what automatic_tax turns off and on. Can you try using a Tax Rate and see if that does what you are looking for? https://stripe.com/docs/billing/taxes/tax-rates
Yes, I created a TaxRate but it seems that I can only add it to each line item, but not to ShippingOption
I want to manually configure the tax rate for the shipping. On line items I need to have 9%, but for shipping I need 19%. Is that possible?
Another way I see, is to create a one time item for the shipping costs
I want to manually configure the tax rate for the shipping. On line items I need to have 9%, but for shipping I need 19%. Is that possible?
I don't believe we support that. Tax on shipping options is only supported with Stripe Tax
https://stripe.com/docs/payments/during-payment/charge-shipping?payment-ui=checkout#shipping-rate-with-tax-code
Another way I see, is to create a one time item for the shipping costs
yeah that might work, give it a try