#jeingo
1 messages · Page 1 of 1 (latest)
Hi
I invite you to follow this guide:
https://stripe.com/docs/payments/save-during-payment
But you cannot pass the tax rate and the position name to PaymentIntent.
What to do in this case?
We have 2 establishments in 2 states. And I need to somehow transfer a different tax.
Ah yes tax rates can be applied only to Invoices or Subscirption:
https://stripe.com/docs/billing/taxes/tax-rates#creating-tax-rates
What you can do is to use tax calculatino in order to get the estimated amount with tax rate:
https://stripe.com/docs/tax/custom
Thanks a lot!