#dishant_api

1 messages ยท Page 1 of 1 (latest)

pastel lintelBOT
knotty windBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pastel lintelBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230410357982367887

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

terse mesa
#

As you can see
Customer made payment yesterday but the receipt is not showing the same date

#

I checked the stripe json payload of charge.succeeded it also shows created at 18th Apr
Any specific reason behind this date mismatch?

knotty windBOT
karmic wing
#

Can you share the Payment Intent (pi_xxx) for this payment?

terse mesa
#

pi_3P6kReAIUNGSZ1EU3FPrgmQj

karmic wing
#

Where did you see Last update and Date paid? The reason is likely due to different timezones in these two places - one is UTC and one in local timezone

terse mesa
#

Okay
What is stripe considering while prcessing the payment?

#

I saw Last Update in payment detail page of stripe & Date paid is in stripe's receipt link

#

Any update?

karmic wing
terse mesa
#

can we set the timezone by API or statically somewhere for all conneted accounts?

karmic wing
#

Checking if this is possible

terse mesa
#

Okay

karmic wing
#

Unfortunately, changing the timezone of the connected account via API will not be possible

#

Unless the connected account holder change the timezone themselves in the Dashboard

terse mesa
#

Okay
But I still don't get it like why there is 2 different dates are shown in stripe dashboard

also in charge.succeeded webhook response it is also 18th April

#

Whay in pyment detail page stripe is showing 17th April
Is it because that connected account;s timezone?

karmic wing
#

Receipt email with Date paid is the timezone that the customer will see which is the connected account timestamp in UTC.

Last paid is your own platform timezone in EDT

#

In summary:

  • Payment detail page - platform timezone in EDT
  • Receipt - actual receipt that customer received in connected account timezone in UTC
#

If you convert timestamp from EDT to UTC, they are the same timestamp

#

Any timestamp in Stripe objects in API or events are all in UTC

terse mesa
#

This is I got
Understood

karmic wing
#

This looks correct to me

#

That's why you see two different timestamp due to the timezone displayed in these two places

terse mesa
#

Correct
Thank you @karmic wing for the clarity ๐Ÿ™‚