#mad-paymentlink-lineitems
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/checkout/fulfill-orders you would listen to checkout.session.completed.
It still won't have line items, you have to use the API to access this, see https://stripe.com/docs/expand#includable-properties
mad-paymentlink-lineitems
Yeah I looked at checkout.session.completed too but it had no line items. I will look at that link
Hi @primal palm line_items aren't included by default, you need to expand it https://stripe.com/docs/api/checkout/sessions/object#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.
https://stripe.com/docs/api/expanding_objects#expanding_objects read this to learn more about response expansion.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.