Skip to main content
Skip table of contents

Accounter

An Accounter is responsible for somehow charging a client for a successful request or to deny the request if the client has insufficient funds.

When a request has been processed, and if the worker marked the request as successfully fulfilled, the configured Accounter (if any) is called. The Accounter implementation could potentially query an external database and make a purchase for the service.

PropertyDescription
ACCOUNTER

The Accounter to use is configured using the ACCOUNTER worker property. By default no Accounter is used. 

Example:

ACCOUNTER=org.signserver.server.GlobalConfigSampleAccounter

Example:

See also the section about all available Accounters.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.