manualReviewLink key with a secure link, which will allow the reviewer to access only the data of that particular transaction.
Embed an iframe with the contents of that link into the web page of your service:
GET request to the transactions resource as before.
Iframe appearance
You may want to streamline the appearance of the service by removing the Vantage logo or hiding some of the panes in the Manual Review client interface. To remove the Vantage logo, add adisplayMode query parameter with the iframe value to the link as follows:
| Key | Description |
|---|---|
| features | |
batchEditor | Set to false to hide the page thumbnails pane. |
batchEditor.toolbar | Set to false to show the page thumbnails pane but hide the toolbar pane. |
batchEditor.autoCollapse | Set to true to show the page thumbnails pane but collapse it when the Manual Review client interface is opened. |
docEditor | Set to false to hide the page image pane. |
docEditor.toolbar | Set to false to show the page image pane but hide its toolbar. |
formEditor | Set to false to hide the list of extracted fields pane. |
rulesReport | Set to false to hide the list of rule errors pane. |
sendToStageAvailable | Set to true to show the Send to Stage… button. |
settings query parameter with the contents of this JSON object to your link for manual review:
Iframe events
The iframe object will send messages to the parent window to notify you of the reviewer’s actions in the Manual Review client interface, so that you could move on to the next step at the appropriate time. Events are sent with thetargetOrigin=parent parameter. The following is a list of events to look for:
ManualReviewWasPaused. Sent when the reviewer clicks the Reject button.ManualReviewWasCompleted. Sent when the reviewer clicks the Complete button.ManualReviewWithdrawn. Sent when the reviewer has been inactive for some time, and the Manual Review client task was withdrawn back to the general task queue.
