#SCIF
1 messages · Page 1 of 1 (latest)
Hi there, you can retrieve it from the checkout session object's line_items 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.
Yes, but I asked about pi_ identifier.
No, a payment intent object doesn't contains the line_items data
You should use this API https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent to retrieve the checkout session from a paymentIntent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.