Server-Authoritative Pricing
How Adkit protects publishers from price manipulation.
The Problem
Client-side pricing can be manipulated. If prices are set in JavaScript, attackers can modify them before checkout.
The Solution
Adkit uses server-authoritative pricing. Prices are stored on our servers and validated at checkout. The client never controls the price.
How It Works
1. Publisher sets price in dashboard (server-side)
2. SDK fetches price from API for display
3. At checkout, server validates the price again
4. Payment is processed at the server-verified price
This prevents any client-side price manipulation.