#matiullahpro_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1412489752355012760
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- matiullahpro_code, 21 minutes ago, 9 messages
hello! fyi the server is a little busy at the moment but i'll get back to you as soon as possible
ok
Also I am tring to create invoice on the behalf of connected user, but it on top it is showing admin account details.
in_1S1bLtD1mw6NJ7wCCaMGldI3
ok, looking at this now
can you share the guide you're following for calculating tax transactions?
here it is
can you share what you mean by "because when I check transaction page, it is not showing me tax related information"? normally what you would do for this flow is calculate the tax, then update the paymentintent's amount property to include the cost of the goods + the tax from the calculation
the tax transaction is where the tax information is recorded:
https://docs.stripe.com/tax/custom#tax-transaction
check this.
I am doing the same.
- Create tax calculations
- Create payment intent
- Make a tax transaction and in reference mention the payment intent
I am waiting
hello! sorry, the server is busy at the moment and i'm juggling a few threads, i'll get back to you as soon as possible
ok
ok yes, it does look like you're creating this tax transaction correctly
let me see if i can figure out why it's not displaying as expected in the dashboard
ok
fyi i am still looking into this!
ok, i'm fairly certain that it isn't showing up because you aren't implementing this preview flow which explicity ties your payment intent to the tax calculation:
https://docs.stripe.com/tax/payment-intent
the tax section there is populated for some other payment flows that allow you to use automatic tax, but if you want it to populate for payment intents created directly via the API you should be using this flow instead.
note that this flow requires you to be using a preview version of the API, 2025-06-30.preview