action frankiefinancial_search_document { label: "Search For a Document !! EXPERIMENTAL !!" description: "\nSearch for an existing document that matches the criteria supplied\n\nThere are of course limits to what can be searched upon. For a document search to work, you must supply at a minimum:\n\n * idType\n * country\n * idNumber\n\nThe service will return a list of matching documents with confidence levels.\n\nIf you are the \"owner\" of the document - i.e. the same CustomerID and CustomerChildID (if relevant) - then the full details of the document will be returned, except for the contents of any attached scans.\nIf you are not the owner of the document, then just the ID and confidence level is returned. You can still use this ID to retrieve any check results (see GET /document/{documentId}/checks)\n\nNote: At this time, we cannot perform searches on document scans. But, you can supply extraData KVPs if they're known. These will help doublecheck search results with ambiguous results.\n" provider: frankiefinancial method: POST path: "/document/search" encoding: json output: { type: "object" additionalProperties: true } }