#ian-checkout-tax
1 messages ยท Page 1 of 1 (latest)
Hi ๐
So what is the Sripe object you are looking for here?
i'm trying to get the "tax_amounts" object returned as part of a payment intent
The payment intent doesn not include tax details
ah.
Are these being created in Checkout Sessions? with Invoices?
Hmmm... it looks like you can find details on the taxes in the Checkout Session lin_items.data.taxes property
https://stripe.com/docs/reports
If you know/have the Payment Intent you can use the Payment Intent ID to filter the Checkout Session list API https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent
Sure thing, happy to do it ๐