#Edem-created

1 messages · Page 1 of 1 (latest)

oak siren
#

it's probably just timezones. Whatever timezone your database explorer software uses is different from what the Stripe dashboard is using for display.

#

the created field in the API is a UTC unix timestamp.

#

also the field in your screenshot is some "CreatedAt" thing which might not even be the same value in Stripe? Maybe it's a field your own software writes and its based on when your server received the event or something?

ionic flame
#

What timezone does stripe dashboard use?

oak siren
ionic flame
#

account?

oak siren
oak siren
ionic flame
#

Regarding "CreatedAt" field in Db - it has the same value like "Created" field in your system (API)

oak siren
#

yeah but the created of which object?

#

There's a Payout object and an Event object

ionic flame
#

payout

oak siren
#

they might be slightly different

ionic flame
#

not event

#

because of account?

oak siren
#

so that's why it's different, you're comparing the creation time of the event and the creation time of the payout, they can be different(since the event might take a moment to generate and send after the payout object is created)

ionic flame
#

sorry.... in screenshot in right bottom angle...yes , it is event

#

but they value can differ for some hours or day

#

their values*

oak siren
#

do you have examples where they differ by hours or days?

ionic flame
#

It takes some time

oak siren
#

ok, if you have some examples of Payout objects po_xxxx where you say there's a large difference between the created field on that object and the created field on the corresponding payout.created event, then please share them and we can have a look.

ionic flame
#

sorry guys! we actually found the problem
and thank you!