You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout idempotency — Checkout methods now use 60-second time-windowed idempotency keys instead of fully deterministic keys. Prevents gateway from returning cached expired sessions on repeated calls with identical params.
Timestamp consistency — Date.now() called once per request, shared between signature and idempotency key.