#Roberto Borjas | OLA-mobile-tax

1 messages · Page 1 of 1 (latest)

soft socket
#

Hi 👋 are you trying to have Stripe calculate the tax (either automatically via Stripe Tax or based on manually configured Tax Rates), or are you calculating tax on your end and trying to update the Payment Intent to reflect that?

lilac kestrel
#

Hello! I am trying to add even the tax_code to be able to indicate that the purchase is for food, but according to what you say, I think stripe handles the tax automatically, right?

soft socket
#

We can, but that is on the Billing side of things, and isn't supported directly with Payment Intents.

This talks about Stripe Tax (the automatic process that includes a fee on each payment that leverages it)
https://stripe.com/docs/tax/set-up

And this talks about Tax Rates (the more manual but more free approach)
https://stripe.com/docs/billing/taxes/tax-rates

Enable Stripe Tax to automatically calculate and collect tax.

Learn how to collect and report taxes with Tax Rate objects.

lilac kestrel
soft socket
#

Sounds great, happy to help!