#MR COO
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Checkout Session has payment_intent that has latest_charge: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_intent
do the charge ID in the checkout is the payment intent ID ?
also why does all my customer comes in stripe as guest ?
Hi, please give me a minute
No, you need CheckoutSession.payment_intent.latest_charge.id
What do you mean?
Hi 👋 taking over as my teammate needs to step away.
If you are not passing a Customer ID when creating the Checkout Session, or configuring the Checkout Session to always create Customer objects, then it is expected for payments not associated with a Customer to be considered a guest customer payment.