#Seán-pi
1 messages · Page 1 of 1 (latest)
Hi! You could list all PaymentIntents for a specific customers using this https://stripe.com/docs/api/payment_intents/list
And then filter the PaymentIntent on your end.
You would check if status: requires_capture
perfect, thank you