Tasks

Tasks are modular building blocks that can be used in a decision making process when reviewing a business. A business can have one or more tasks which explain what Enigma found in our KYB evaluation process. Tasks help you understand whether the submitted business is valid and meets your KYB requirements, or if additional investigation is needed.

AttributeTypeDescription
task_namestringThe unique identifier for the task
statusstringUsed to signal whether or not the task requires review. Can be either success or failure
reasonStringThe detailed reasoning behind the outcome of the task

JSON sample

 "tasks": [
  {
 	 "task_name": "address_verification",
   "status": "failure",
   "reason": "We could not match the input address to any identified address",
  },
 ]

Business Name Verification

The name_verification task will compare the input query business name to the matched business name and determine whether the names match or not.

task_namestatusreason
name_verificationSuccessAn input name and a name we identified match exactly
name_verificationSuccessAn input name and a name we identified match approximately
name_verificationFailureWe could not match an input name to any identified name

Address Verification

The address_verification task will compare the input query addresses to the matched addresses and determine whether the addresses match or not.

task_namestatusreason
address_verificationSuccessAn input address and an address we identified match exactly
address_verificationSuccessAn input address and an address we identified match approximately
address_verificationFailureWe could not match an input address to any identified address