#MoJoJoJo-payments

1 messages · Page 1 of 1 (latest)

rain pilot
#

Hello! How are you creating these Payment Intents? Are you using Checkout?

rain pilot
#

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)

wild salmon
#

Thank you.