action frankiefinancial_check_organisation { label: "Run KYC/AML Checks on Organisation and/or Associated Individuals." description: "Run KYC/AML for a selection of entities associated with an organisation and/or the organisation itself based on a previous ownership query.\nBy default AML will be checked for just the organisation itself. If a list of entity categories is given then default checks based on configuration will be run for those categories. If a check type is also provided in the request then that type will be used for entities representing individual entities, and the AML subset of that check will be used for organisations if any.\nIf no ownership query has been run, then this operation will return an error.\n" provider: frankiefinancial method: POST path: "/business/{entityId}/verify" encoding: json output: { type: "object" additionalProperties: true } }