---
title: "Consultar validação"
method: GET
path: "/validation/{id}"
tags: ["Validação"]
---

# Consultar validação

`GET /validation/{id}`

## Response `200`

OK

- object
  - `id` string, uuid
  - `type` 'BASICA' | 'MICRO_DEPOSIT'
  - `integration_id` string, nullable
  - `created_at` string, date-time
  - `pre_validated_at` string, date-time, nullable
  - `validated_at` string, date-time
  - `bank_code` string, nullable
  - `bank_ispb` string, nullable
  - `valid` boolean
  - `errors` object[]
    - `errorCode` string
    - `message` string
    - `field` string
  - `receipt_url` string, nullable
  - `bank_receipt_url` string, nullable
  - `micro_deposit_status` string, nullable
  - `micro_deposit_value` number, nullable
  - `micro_deposit_method` string, nullable
  - `pix_description` string, nullable
  - `source` 'APP' | 'API'
  - `person_type` 'natural_person' | 'legal_entity'
  - `person_type_details` union — Only for enabled accounts
    - object
      - `natural_person` object
        - `is_under_age` boolean
    - object
      - `legal_entity` object
  - `data` union
    - object
      - `name` string
      - `cpf_cnpj` string
      - `agency` string
      - `account` string
      - `account_digit` string
      - `account_type` string
    - object
      - `pix_key` string
      - `pix_key_type` 'CHAVE_ALEATORIA' | 'EMAIL' | 'TELEFONE' | 'CPF' | 'CNPJ'
    - object
      - `pix_key` string
      - `pix_key_type` 'CHAVE_ALEATORIA' | 'EMAIL' | 'TELEFONE' | 'CPF' | 'CNPJ'
      - `name` string
      - `cpf_cnpj` string
      - `agency` string
      - `account` string
      - `account_digit` string
      - `account_type` string

---

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