action frankiefinancial_update_verify_document { label: "Update and Verify Document." description: "Using a previously uploaded but potentially incomplete document, you can optionally supply updated details (such as corrections on a previous scan), along with one or more additional ID scans (e.g. additional pages). Includes a follow-on action as well initiating verification proceedures immediately.\n\nSends the updated document to an external service to have the detailed verified.\n\nFor example, we could send through the details of a drivers licence to be checked against a national database.\n\n* NOTE: This is NOT the OCR data extraction process (see /document/scan)\n* NOTE: This is NOT the comparison process (see /document/compare)\n" provider: frankiefinancial method: POST path: "/document/{documentId}/verify" encoding: json output: { type: "object" additionalProperties: true } }