What This Flow Solves
A synced checkout link prevents shoppers from changing amount or order metadata in the browser.
CryptMeUp validates your HMAC signature and timestamp before loading the payment page.
- Integrity: order amount and metadata cannot be modified client-side.
- Replay protection: links expire when timestamp is outside the allowed time window.
- Deterministic verification: query parameters are sorted before signing.