v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Business Search

GetBusinessSearchResult

This method retrieves a business search result.

get/v3/business/search/transactionrecord/{id}

Path parameters

idstring required

transaction record id

Response

Success

transactionIDstring nullable

The id for the transaction it will be a GUID

UploadedDtstring date-time

Time in UTC

CountryCodestring nullable

The country code for which the verification was performed.

ProductNamestring nullable

Product Name

Example response

{
  "Record": {
    "DatasourceResults": [
      {
        "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"
            }
          }
        ]
      }
    ]
  }
}