#mohamedselim

1 messages · Page 1 of 1 (latest)

storm kilnBOT
neon wagon
#

Hey there. Help with what exactly?

thorn briar
#

"I am integrating a website for a client with Stripe, but I'm encountering this error: 'Timestamp outside the tolerance zone (1684868701).' The payment is indeed recorded in the payment records in Stripe. I am testing it in the trial mode

#

Order has not been completed , Invalid signature
Timestamp outside the tolerance zone (1684868701)

neon wagon
#

Usually this indicates some clock drift on your server

#

This or a similar error (the wording may vary from one library to another) means the Event received is too old to successfully verify. Webhook signatures have a time component, and must be verified shortly after being received.

Try the following:

Confirm the time and date on your server are set correctly

Make sure you're verifying incoming webhook signatures as soon as Events are received, without delay

thorn briar
#

Thank you.
I'll solve the problem when I change the time zone on my device