#darshan
1 messages · Page 1 of 1 (latest)
For Stripe Tax, Stripe provides Tax API for custom payment flow. You may refer to the guide here: https://stripe.com/docs/tax/custom
I read it, as I am working with charge api not paymentIntents.
Need to implement AutoTax on charge API.
Tax API is to calculate the tax amount for you, which you can then add it on to the final amount in the Charges API
But to mark tax amount as tax in stripe dashboard.
Which page is this? Can you share the URL and its object ID?
It's related to subscription, a test subscription.
This is invoice generated, it mentioned tax in invoice.
I want like this.
I see! To create a tax transaction related to a payment, it's only possible on Payment Intent API but not on Charge API: https://stripe.com/docs/tax/custom#tax-transaction