#MoJoJoJo-payments
1 messages · Page 1 of 1 (latest)
Payment Intents that are created as part of Checkout don't include item information in the Payment Intent object - you need to pull that from the Checkout Session instead. You can get the checkout session tied to a Payment Intent by passing in the payment intent ID when listing sessions (see https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you.