#Victor Agnez

1 messages · Page 1 of 1 (latest)

low thornBOT
winter river
#

You can get the invoice's payment intent: https://stripe.com/docs/api/invoices/object#invoice_object-payment_intent then list checkout sessions associated with the payment intent: https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent

celest star
#

thank you. I struggle to understand how a paymentIntent can have multiple checkoutSessions. Do you have an example ?

winter river
#

It can't

#

There will only be 1 returned if you use that param to filter

#

Well 0-1