#Amer Bearat
1 messages ยท Page 1 of 1 (latest)
i do see other payment in the respond like pi_3MrNGoLcZsW8iWbK38xTnxHF but not this payment pi_3Mr3MfLcZsW8iWbK3kU8IUyY
Can you share the request id?
req_4tmKcO88AMwLsD
Hi there ๐ taking over, as my colleague needs to step away
Give me a few minutes to get caught up.
Are you paginating your results? https://stripe.com/docs/api/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.
no
So I'd recommend reading through that a bit and ensuring that you paginate your results so that you get back all the Payment Intents, instead of just the first 100 of them
ok is there a way i can filter on payment intend metadata?
Yup! You just use the Search API: https://stripe.com/docs/api/payment_intents/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.