v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Business Verification

Verify

Calling this method will perform a Business Verification.

post/v3/business/verify

Request body

VerificationType'Demo' required

The type of verification to perform. Please use 'Demo' to try it.

PackageIdstring required

The Package ID to run the transaction under

CallBackUrlstring nullable
Timeoutinteger nullable

If set, Trulioo will try to update the client synchronously within the timeout in seconds. If failed to accomplish, the transaction will be canceled.

ConsentForDataSourcesstring[] nullable

Some datasources required your customer provide consent to access them. Set that the customer has provided consent for each datasource that requires one. If consent is not provided the datasource will not be queried.

CountryCodestring required

The country code for which the verification needs to be performed.

CustomerReferenceIDstring nullable

Customer Reference Id

VerboseModeboolean

To return additional appended fields of watch list hit details in the response

Response

Success

DatasourceNamestring nullable

Example response

{
  "results": [
    {
      "Address": {
        "fullAddress": "221b Baker St, London, England, NW16XE",
        "addressLine1": "221b Baker St",
        "addressLine2": "London, State, NW16XE",
        "city": "London",
        "stateProvince": "State",
        "country": "England",
        "zipCode": "NW16XE"
      }
    }
  ]
}