Skip to main content
These instructions assume Windows authentication. You can also use FlexiCapture or SAML authentication. To load the Scanning Station interface and functionality, use the <iframe> element. The station supports four scenarios: creating a batch, opening a batch, opening or creating a batch, and getting a rescanning task.
Use URL encoding to pass non-English characters, such as Japanese, as parameter values in the URL.

Create a batch

To create and open a new batch with certain registration parameters, set the src attribute to:

Open a batch

To open an existing batch with certain registration parameters, set the src attribute to:
You can only open a batch that has not yet been uploaded to the server.

Open or create a batch

To open a requested batch, and create a new one if the requested batch does not exist, set the src attribute to:
You can only open a batch that has not yet been uploaded to the server.

Get a rescanning task

To get a rescanning task, set the src attribute to:

Return to the third-party system

When the user finishes with the batch and exits the integrated Scanning Station, the postMessage method passes the FC_Scanning_TaskClosed message to the parent element and the final page opens. The developer must direct the user from that page back to the third-party system.