#_047__
1 messages · Page 1 of 1 (latest)
Hi there, there's a possibility that the payment that you are looking for is in the subsequent pages. Have you tried pagination? https://stripe.com/docs/api/pagination?lang=node#pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes we have pagination, And actually since we are using a customerId to list payment for that specific user, there are less than 10 records for a particular user yet there's no payment to be found.
Can you share with me the iD of the request that you made to list the paymentIntents? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I have multiple requests for it ,should i share just one of it?
Hey! Taking over for my colleague. Yes please.
req_npqKC21wXU0NHB
And what is the issue exactly with this request ?
not being able to return a specific payment for that particular customer in the PaymentIntent response.
pi_3Nn7fz47mOXMGpsT2sc8RFcn -payment_Intent_Id
This PaymentIntent doesn't belong to the customer cus_JgEWznoHyEA5Nf
so basically it's missing a customer?
Yes that PaymentIntent doesn't have the customer that you are filtering with this request req_npqKC21wXU0NHB
that's why you are not getting the expected result
Okay,makes sense,Thanks.One quick question as i drop this,is there a way to list a payment done by a user by using just their email?
Nope