#mr.oggy.
1 messages · Page 1 of 1 (latest)
You can retrieve the checkout session and expand line items: https://stripe.com/docs/api/checkout/sessions/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
line_items isn't expanded by default, but you can read more about expansion here: https://stripe.com/docs/expand
thanks