#VanessaD
1 messages · Page 1 of 1 (latest)
If you always associate customer with payment intents, you can review for this by querying for payments by customer:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the customer parameter for teh customer you want ot check
You'll either get back some payments, or none
but to check if these payments are uncaptured, I have to use amount_capturable or not ?
I think the easier way to tell that on a payment intent would be checking if status=requires_capture
Oh, i missed that uncaptured bit, apologies
perfect thanks !