#AhmadMDCA
1 messages · Page 1 of 1 (latest)
Hi 👋 we're not too familiar with the exporting and reporting features that are available within the Stripe dashboard in this forum (we primarily focus on helping developers interact with our API).
Looking at the standard columns that are available when exporting payments, I see that there is a Tax column included. Are you seeing that in your export, and if so is it blank where you're expecting it to not be?
yes I see that but it is blank
Can you share the ID of a payment where you saw that field as blank that you weren't expecting?
Yes it is fine to provide that ID here, but if you would prefer a more direct and private conversation then you can reach out to our support team to open a ticket:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
when you say payment id.. do you mean the payment intent id that starts with pi_
Within that report, whatever value (I'm not familiar with that export, so I'm not entirely sure what ID is provided there) is in the id column for the line where you weren't expecting tax to be blank.
ok its not a report its exporting the payments which produces an excel file
here's what that shows in the id column ch_3MFnZqImiVmxZTY20WQ8xjol
also its showing zero not blank
but if I go to the payment detail by clicking on the payment in the dashboard I see sales tax as shown in the image above
Gotcha, looking in to that payment and what may have happened here
So it looks like this is happening because the charge object itself ch_..... doesn't have tax info on it, but the payment intent objects pi_.... do. So it looks like our normal standard Stripe Tax flow doesn't set this value, I'm guessing some legacy one does
And I am trying to think of how you can get this info from the dashboard.
Unfortunately I am having trouble finding the proper report for this. If you reach out to our support team they should be able to help you find the right way to pull this information via the dashboard https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.