#MIbrahim

1 messages · Page 1 of 1 (latest)

slim fulcrumBOT
hushed axle
#

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

gleaming ether
#

Yes I am calling next page using pagination

hushed axle
#

Okay then I need an example still when you say:

there is more data on Stripe when I am checking on Stripe dashboard.

gleaming ether
#

I am sending in a moment

lusty furnace
#

Hi there 👋 jumping in as my teammate needs to step away, I'll keep an eye out for your message with additional context.

gleaming ether
#

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

lusty furnace
#

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?

gleaming ether
#

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

lusty furnace
#

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

gleaming ether
#

I am sorry :

its: ch_3NXys54V4UG4b3Qn0fn27s5x

lusty furnace
gleaming ether
#

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

lusty furnace
#

The Stripe dashboard shows timestamps in your local timezone, the API shows timestamps in UTC.

#

Actually, the dashboard may not only be local time, we're not as familiar with the dashboard side of things, so I'm a little fuzzy on that piece. The API definitely uses UTC though.