#mohamedselim
1 messages · Page 1 of 1 (latest)
Hey there. Help with what exactly?
"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)
Usually this indicates some clock drift on your server
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
Thank you.
I'll solve the problem when I change the time zone on my device