#Victor Agnez
1 messages · Page 1 of 1 (latest)
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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. I struggle to understand how a paymentIntent can have multiple checkoutSessions. Do you have an example ?