#Jerry Jose
1 messages · Page 1 of 1 (latest)
payment intent events
Was the PaymentIntent created from a Checkout Session?
yes
You can make an API call to list checkout sessions and provide payment intent ID (pi_...) as a parameter:
https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent
thanks