Loading
Cookie preferences
We use cookies for essential functionality. With your consent, we also use analytics (Google, PostHog) and marketing pixels (Meta, LinkedIn) to improve LandedFees. You can withdraw consent anytime in Settings.
Use the Idempotency-Key header to retry safely. LandedFees stores the response for 24 hours and returns the same body on replay.
Idempotency-Key header (recommended: UUID v4) on any POST request.409 idempotency_conflict.Any retry loop over the network. Cron-driven batch imports. Any code path where a partial network failure could otherwise double-persist a calculation or double-bill quota. GET endpoints (/v1/rates/*) do not need idempotency keys because they are already safe.