#thisisart7451
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.
- art-event-debug, 23 hours ago, 16 messages
- thisisart7451, 1 day ago, 17 messages
- art-checkout-events, 1 day ago, 8 messages
- thisisart7451, 1 day ago, 6 messages
- thisisart7451, 2 days ago, 6 messages
- art-checkout-fulfillment, 4 days ago, 5 messages
yep
Then you want to listen for checkout.session.completed and when you receive that Event you want to retrieve the Checkout Session and expand line_items: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items
That will provide you with the information you want
i dont quite get how to reach line_items. managed to handle checkout.session.completed the event.data.object ia an session, right? it goes like this https://pastebin.com/bE4YCqeMhttps://pastebin.com/bE4YCqeM but how do i reaccth line_items? pass parameter somewhere before this event happens?