action frankiefinancial_update_entity_init_idvprocess { label: "Update Entity and Initiate IDV Process" description: "Update an entity object and if successful, start the process of downloading the captured data and processing the reports and results of the ID validation process. \n\nAt a minimum, the entity will need to have a name. For best results, you should gather the DoB, address, ID document details as well before calling this initProcess function, or supply the details as part of this update.\n" provider: frankiefinancial method: POST path: "/entity/{entityId}/idvalidate/initProcess" encoding: json output: { type: "object" additionalProperties: true } }