#MIbrahim
1 messages · Page 1 of 1 (latest)
Hello
Hmm can you provide an example PaymentIntent that you aren't seeing included?
Worth noting as well that the max limit for our List APIs is 100
Yes I am calling next page using pagination
Okay then I need an example still when you say:
there is more data on Stripe when I am checking on Stripe dashboard.
I am sending in a moment
Hi there 👋 jumping in as my teammate needs to step away, I'll keep an eye out for your message with additional context.
I am passing date like:
donations_from_date: "2023-07-25 00:00:00"
donations_to_date: "2023-07-25 23:59:59"
Charge ID for Payment Intent not getting in response
What are you listing, Charges or Payment Intents? And can you share an example of one of those that you aren't seeing in the list results as you're expecting? Can you also share the request ID of one of those list requests, that should have a req_ prefix?
I am listing payment intents, where can I find request ID? is it available in response or something?
I share the charge ID of payment Intent Which I am not receiving for the date range I mentioned in above message
I don't see a Charge or Payment Intent ID provided in this chat so far, so I'm still not sure what object you're expecting to see but aren't. Charges will have a ch_ or py_ prefix, while Payment Intents will have a pi_ prefix for their ID.
I think it'll be easiest to use the logs in the Developer section of the Stripe dashboard to find the request IDs:
https://support.stripe.com/questions/finding-the-id-for-an-api-request
I am sorry :
its: ch_3NXys54V4UG4b3Qn0fn27s5x
That Charge was created outside of the timeframe that you referenced in this message. So it would be expected to not be included in a list request if you're using those times and if those times are in UTC.
Actually I am passing those dates as UNIX time and I am assuming unix is not related to any time zone? Also on Stripe dashboard its showing this charge ID when searching for 2023-07-25
does API return all time zones in UTC ?
Also: this Charge ID is includd in data but time is different in API and dashboard:
ch_3NYe5c4V4UG4b3Qn1bCsXfEr
@lusty furnace