#Hardman-reconciliation
1 messages · Page 1 of 1 (latest)
Yes, but was hoping to avoid this. It seems like an oversight that this info is not available in the standard reports.
the only way to do this really would be to parse the CSV and then call the API to get the extra information needed and then re-create the CSV or export to your system etc.
Tax status is https://stripe.com/docs/api/customers/object#customer_object-tax (plus .tax_ids ) and the tax on the transaction depends on what exactly you're integrating with but if you use Checkout for example it's in https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-total_details
It is not clear to me how to request the individual transactions that make up the payout via the API. Is this not possible?