---
title: "Get Partial Transaction Result"
method: GET
path: "/v3/verifications/transaction/{transactionID}/partialresult"
tags: ["Business Verification"]
---

# Get Partial Transaction Result

`GET /v3/verifications/transaction/{transactionID}/partialresult`

Returns a partially completed KYB Transaction Result

## Path parameters

- `transactionID` string, required

## Response `200`

Success

- VerifyResultPartial — The verification call for the Normalized API is a POST method call
  - `TransactionID` string, nullable — The id for the transaction it will be a GUID
  - `UploadedDt` string, date-time — Time in UTC
  - `CompletedDt` string, date-time, nullable — Time in UTC
  - `CountryCode` string, nullable — Country Code
  - `ProductName` string, nullable — Product Name
  - `Record` Record
    - `TransactionRecordID` string, nullable — The TransactionRecordID, this is the ID you will use to fetch the transaction again.
    - `RecordStatus` string, nullable — 'match' or 'nomatch' if the verification passed the rules configured on your account this will be 'match'.
    - `SecondaryRecordStatus` string, nullable — 'match' or 'nomatch' if the secondary verification was run and passed the rules configured on your account this will be 'match'.
    - `DatasourceResults` DatasourceResult[], nullable — Results for each datasource that was queried
      - `DatasourceStatus` string, nullable
      - `DatasourceName` string, nullable
      - `DatasourceFields` DatasourceField[], nullable
        - `FieldName` string, nullable
        - `Status` string, nullable
        - `FieldGroup` string, nullable
      - `AppendedFields` AppendedField[], nullable
        - `FieldName` string, nullable
        - `Data` unknown
      - `Errors` ServiceError[], nullable
        - `Code` string, nullable
        - `Message` string, nullable
      - `FieldGroups` string[], nullable
    - `Errors` ServiceError[], nullable
      - `Code` string, nullable
      - `Message` string, nullable
    - `Rule` RecordRule — RecordRule used for the transaction.
      - `RuleName` string, nullable — Name of RecordRule.
      - `Note` string, nullable — Rule Description.
      - `SecondaryRuleName` string, nullable — Name of the Secondary RecordRule.
      - `SecondaryRuleNote` string, nullable — Secondary Rule Description.
  - `CustomerReferenceID` string, nullable — Customer Reference Id
  - `Errors` ServiceError[], nullable
    - `Code` string, nullable
    - `Message` string, nullable
  - `DatasourcesAwaitingResult` string[], nullable
  - `Status` string, nullable

## Other responses

- `400` — Your request could not be processed, there should be more details in the response.
- `401` — The user name and password you provided is not valid or you are using an account not configured to be an API user.
- `408` — The request took longer to process than we waited.
- `415` — You asked for a media type that we do not support. You should request application/json in the Content-Type header.
- `500` — An error happened on the server without a specific message.

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/revisions/a825565ee177/schema)
