#flavio_21902
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- flavio_21902, 15 minutes ago, 5 messages
- flavio_21902, 3 days ago, 9 messages
You have to get the Checkout Session explicitely. You can either listen for Checkout Session webhooks, or you can retrieve them through the API
so the get payment intent does not have any information about that checkout session ?
No, but you can pass the Payment Intent ID into a List All Checkout Sessions API call, which will give you back the Checkout Session that has that specific Payment Intent: https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent
Awesome,thank you I'm checking now, product info would be in checkout session them?
Yes
Under line_items.data.price.product: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items-data-price-product
I just did a get checkout session but I Dont see any products, here is the request id
req_es4F9Yg8kPubJS
Hi, stepping in. It looks like you're using Payment Links... You can retrieve the Payment Link's line items here: https://stripe.com/docs/api/payment_links/line_items
This will return the product and price data you're looking for
awesome,I can see the data now.
thank you pgskc and two-shoes for the help.