---
title: "Consultar uma transação por TransactionID"
method: GET
path: "/v1/transaction/{id}"
tags: ["Transactions"]
---

# Consultar uma transação por TransactionID

`GET /v1/transaction/{id}`

Este método é utilizado para buscar informações de uma transação na API da Plataforma Data Trust.

## Path parameters

- `id` string, required — Id da transação

## Response `200`

Ok

- TransactionDto
  - `id` string
  - `createdAt` string, date-time
  - `documentType` string
  - `document` string
  - `name` string, nullable
  - `birthdate` string, nullable
  - `mothersName` string, nullable
  - `email` string, nullable
  - `verifiedEmail` boolean
  - `sessionId` string, nullable
  - `identifierId` string, nullable
  - `channelId` integer, nullable
  - `address` AddressDto
    - `zipCode` string, nullable
    - `street` string, nullable
    - `number` string, nullable
    - `complement` string, nullable
    - `district` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `country` string, nullable
  - `phone` PhoneDto
    - `countryCode` integer
    - `areaCode` integer
    - `number` integer
    - `verified` boolean
  - `vehicle` VehicleDto
    - `ProposedDate` string, date-time, nullable
    - `VehicleLicensePlate` string
    - `StoreState` string, nullable
    - `LicensePlateState` string, nullable
    - `VehicleRegistrationState` string, nullable
    - `FinancingAmount` number, double
    - `MarketValue` number, double, nullable
    - `VehicleManufacturingYear` integer, nullable
  - `referenceDate` string, date-time, nullable
  - `identifierDate` string, date-time, nullable
  - `type` integer
  - `genericFields` object, nullable
  - `criterion` integer
  - `card` CardDto
    - `bin` integer
    - `last4` integer
    - `ownerDocument` string, nullable
    - `ownerName` string, nullable
  - `secondaryDocumentType` string, nullable
  - `secondaryDocument` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/serasaexperian/apis/autentica-o.md) · [All operations](https://skmtc.net/serasaexperian/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serasaexperian/autentica-o/revisions/c5a1661afd1f/schema)
