#Mr Stinky Pants
1 messages · Page 1 of 1 (latest)
Sure, can you elaborate on what you've tried to far?
With chargers and payment intent I have tried searching with created date > 30 days ago and status succeeded
I mean it returns some but not all
Is there an example req_xxx I can see?
Or some code?
What payment(s) are you expecting to see that aren't returned?
cus_MqCXsJU0KmdKaa
ch_3M6WPAJKY8YXH2zh0ywjZDM6
Maybe there’s something wrong with my date
Can you see my search request?
Do you have a req_xxx ID? Will be quicker for me: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sorry I’m on phone and I don’t think it’s there in app, I’ll get back in a few minutes
req_TO02saDOSnobCh
are you paginating the complete result set?
that search query will give the first 10 matching results ,you have to page for the rest of them
no, you just paginate, that's how everything in our API works
the library will do it for you : https://stripe.com/docs/api/pagination/auto?lang=dotnet
if you page through can you let me know if you don't see ch_3M6WPAJKY8YXH2zh0ywjZDM6 (from Nov 21st so it's probably a few pages in)? There's no reason I'm aware of why it wouldn't be in the results.
great!