---
title: "Consultar validações"
method: GET
path: "/validation"
tags: ["Validação"]
---

# Consultar validações

`GET /validation`

## Query parameters

- `initialDate` string, date, required
- `endDate` string, date, required
- `page` integer, required
- `type` 'BASICA' | 'MICRO_DEPOSITO'
- `valid` boolean
- `microDepositMethod` 'PIX' | 'TRANSFERENCIA'
- `source` 'APP' | 'API'

## Response `200`

OK

- object
  - `data` object[]
    - `id` string
    - `type` 'BASICA' | 'MICRO_DEPOSITO'
    - `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[]
    - `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` 'API' | 'APP'
    - `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` object
      - `name` string
      - `cpf_cnpj` string
      - `agency` string
      - `account` string
      - `account_digit` string
      - `account_type` string
      - `pix_key` string
      - `pix_key_type` string
  - `metadata` object
    - `pagination` object
      - `itemsPerPage` integer
      - `totalItems` integer

---

[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)
