action frankiefinancial_verify_document { label: "Create and Verify Document." description: "Send the 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/new/verify" encoding: json output: { type: "object" additionalProperties: true } }