...
Want to configure your own test-mode Optimizer? Find instructions in the configuration section.
Configuration
SignBox Optimizer can be supplied as a Docker image. See the configuration description in:
SignBox Optimizer on Docker
Hardware requirements
CPU: modern multicore (minimum 4 core)
...
Parameter | Description | Example |
---|---|---|
position | Coordinates where you want to place the graphical signature box. Input must follow (x1,y1,x2,y2) , where: x1 belongs to Left X Coordinate (measured from page left side) y1 belongs to Bottom Y Coordinate (measured from page bottom) x2 belongs to Right X Coordinate (measured from page left side) y2 belongs to Top Y Coordinate (measured from page bottom) | 300,100,500,150 |
signature_appearance | Graphical signature details structure. See description | <Stack background="iVBORw0KGgoAAAANSUhEUgAAAK8AAACvCAYA"> </Stack> |
signature_ids | PDF signature field ids to sign (Example: signature1,signature2) | signature1,signature2 |
...
SignBox API requires that the customer business develop a webhook to manage the service callbacks. There are two callbacks in the service that must be set in the parameters url_out
and urlback
of the SIGN API call.
urlback
The service logs are sent as a string in a HTTP POST request to the webhook url defined in this parameter.
...