#zkat__
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share an example Payment Intent ID? I can take a look
Oh uhhh let me find one. Give me a minute
(Itโs safe to share these in a public channel?)
Yes, only Stripe staff and users with access to your Stripe account can use it
pi_3NgLY1IEGQJ08W550xTEjnpO
The Payment Intent itself is a basic object representing the intent to collect funds and the status of that intent (whether you got the funds or not). Tax details are bit more "high level" so these you can find on the Checkout Session associated with this Payment Intent.
If you take a look at this confirmation request: https://dashboard.stripe.com/logs/req_3e7et8r9Zcb90b
You will see the Checktou Session has a tax_amounts property on the line_items_group where it breaks down all the taxes applied.
Ah! There it is!
Thank you. I spent forever digging through the docs trying to find this!
Sure thing! Happy to help ๐