md parameter can accept a JSON file in two formats: direct encoded link or encoded JSON.
To use an encoded link:
- Generate a direct access link to the JSON file.
The link should start with “http://” or “https://”.
- Encode the obtained link to URL-encoded format.
- Specify the encoded URL as the value for the
mdparameter in the mobile upload link.
- Encode the JSON file to URL-encoded format.
- Specify the encoded JSON file as the value for the
mdparameter in the mobile upload link.
JSON structure
TransactionStructure defines a set of documents expected to be captured by the user during a mobile upload session for further processing in a transaction. The transaction will not start until all documents are captured.
ElementStructure defines a collection of one or multiple sets of documents expected to be captured by the user for further processing in a transaction.
DocumentStructure defines a collection of the properties for each document in the set.
PagesStructure defines a collection of properties for the document pages expected to be captured by the user.
JSON sample
This JSON sample defines the document structure for a bank application. The following document pages are expected to be captured by the user during a mobile upload session for further processing in a transaction:- The first page of the passport.
- All pages of the application.
- Proof of residence, which includes pages of the rental agreement or pages of the utility bill.
Show JSON sample
Show JSON sample
