What do you mean by falsification? Do you calculate the invoice in some client code and send it back to the server? If so, then there is no way to verify. The basic rule is that it never implies trust in everything that comes from the client. Confirm everything with server-side logic.
source
share