#loanna-webhooks-subs
1 messages · Page 1 of 1 (latest)
Yes
Gotcha
Then in that case if you want the actual items you need to retrieve the Checkout Session
So you listen for checkout.session.completed and then you retrieve the Session and expand the line_items: https://stripe.com/docs/api/checkout/sessions/object?lang=curl#checkout_session_object-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great! thank you very much!