#Swampi995

1 messages ยท Page 1 of 1 (latest)

rough novaBOT
river steeple
#

Hi there!

#

Can you share some PaymentIntent ID (pi_xxx) where you see this?

spare hamlet
#

"pi_3NG03HBXaJQ2WEks0jutYsgF"

river steeple
#

And where exqctly do you see the "created at"?

spare hamlet
#

all my payments actually ๐Ÿ˜„

#

on webhooks, also when i try to list the paymentIntents

river steeple
#

But where exactly? In the dashboard (which page), in the API (which field), something else?

spare hamlet
#

for example, when in the API, when try to get all payments intents after a specific date using created.gte, it's not working

#

because all the created times are 1686052748

#

also, for this payment intent for example pi_3NFzSeBXaJQ2WEks12zxHvMW , check "created" field, you'll see that it has 1686052748

river steeple
spare hamlet
#

yes

#

I mean, they are not all 686052748, but they are way off, they are from 1970

#

new Date(1686052748)
Tue Jan 20 1970 14:20:52 GMT+0200

river steeple
#

I think you have an issue in how you convert the Unix epoch into a date.

spare hamlet
#

shoot, it's a unix date, my bad, thanks!