Skip to main content
Code: auth.signature.timestamp_expired
HTTP: 401 Unauthorized

What happened

The API rejected the request during authentication before your route handler ran.

Safe message

We could not verify this request. Please try again later.
Use err.safeMessage or err.displayMessage in customer UI, not err.message.

Why this happened

The Morapay-Timestamp header is outside the allowed clock-skew window.

How to fix it

Sync server clocks (NTP) and ensure timestamps are Unix seconds at request time.

UI hint

Programmatic handling