Specifying additional documents to be captured
Many customer flow documented above include a captureAdditionalDocuments
property, which allows for an array of documents to be specified in the order that they will be captured in.
Additional Document Properties
name | string indicating the name of document to be captured |
description (optional) | string describing to the user anything extra about the document that they should know |
skip (optional) | async function that may return a boolean indicating whether this document should be skipped |
processAsPOA (optional) | boolean indicating whether the document should be treated as a proof of address — when true, the document will be processed and validated on the server. |