#xavier_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/1265222456889704479
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Note that the transaction was done using a Payment Link, and the customer is a guest.
Hi, let me help you with this.
Could you please share the PaymentIntent ID pi_xxx?
pi_3OoYH8CwAJTxyrc61vRRkMvN
Ok, customer_details.tax_ids lives on the Checkout Session object.
If you have the Checkout Session ID you can retrieve it directly: https://docs.stripe.com/api/checkout/sessions/retrieve
If you have the PaymentIntent ID, you can list Sessions by payment_intent: https://docs.stripe.com/api/checkout/sessions/list#list_checkout_sessions-payment_intent
You will find the Tax IDs here: https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-customer_details-tax_ids
You saved the day!
thank you very much vanya!
i spent like 4 hours trying to find this
have a lovely day ๐
Happy to help.
You too!