- The md parameter customizes the number and names of the documents, along with the pages for each document to be captured in one transaction.
- The dt parameter customizes mobile upload to capture a single document type.
- The redirect_uri parameter customizes a website link that will be opened once the mobile upload is finished.
- The ma parameter enables the use of micro applications for on-premises environments.
The md parameter
You can specify the structure of the documents with the number, types, and names of documents that need to be processed in one transaction using themd parameter. Vantage Mobile Input will guide users on how to accurately capture specified documents for further processing.
By default, the md parameter is present in the mobile upload link with a value of either 0 or 1, depending on the selected skill. You can specify one of the following values:
| Value | Description |
|---|---|
0 | Captures one document with any number of pages. |
1 | Captures any number of documents with any number of pages. |
| Encoded URL to JSON file | Captures a specified number of documents with customized names, along with defined number and names of pages for each document. |
| Encoded JSON file | Captures a specified number of documents with customized names, along with defined number and names of pages for each document. |
Note: The JSON file for the md parameter is only available for mobile upload from micro applications.
Example of using the encoded URL to JSON file for the md parameter:
md parameter:
Note: If the dt parameter is used in the mobile upload link, the value of the md parameter will be ignored.
The dt parameter
To customize mobile upload to capture a single document type, use thedt parameter:
- Add the dt parameter to the mobile upload link.
- Specify one of the following values:
| Value | Description |
|---|---|
idcard | Captures both sides (front and back) of an ID card. |
passport | Captures the first page of a passport. |
document | Captures any other document. |
dt parameter:
Note: If the dt parameter is used in the mobile upload link, the value of the md parameter will be ignored.
The redirect_uri parameter
You can customize a website link that will be opened once the mobile upload is finished and the transaction has started processing. This allows you to manage the user workflow after mobile upload is complete. To do so, add theredirect_uri parameter to the mobile upload link.
Example of using the redirect_uri parameter:
Note: When using theredirect_uriparameter, make sure you add the base URL (for example,https://www.example.com) of the website link to be opened in the Allowed redirect URLs section of the Tenant Settings. See Configuring Allowed Redirect URLs for more information.
The ma parameter
By default, thema parameter is not present in the mobile upload link. To use micro applications for on-premises environments, add the ma parameter to the mobile upload link with the true value.
Example of using the ma parameter:
Note: The ma parameter is not supported on cloud environments.
