action frankiefinancial_update_check_entity { label: "Update Entity and Verify Details" description: "Take the details and documents provided in the entity, and set about verifying them all.\nSo for example, you might extract:\n\n* The name from the entity.name object\n* The address from the entity.address object\n* The DoB..\n\nAll documents that are presently attached to the entity will also be verified (if requested)\n\nYou can also specify the level of detail returned using the resultLevel parameter. You can choose \"summary\" or \"full\". For the \"profile\" check type you can also select \"simple\" to only get the entity profile result.\n\nSPECIAL NOTE: A \"Full\" response includes details of all checks and how they map against each element, along with all the details of pep/sanctions/etc checks too.\n\nYour account also needs to be configured to support a full response too (talk to your account manager for more information). If you're not configured for full responses, we'll only return summary level data regardless.\n" provider: frankiefinancial method: POST path: "/entity/{entityId}/verify/{checkType}/{resultLevel}" encoding: json output: { type: "object" additionalProperties: true } }