---
title: "Get account KYC information"
method: GET
path: "/v2/accounts/{account_id}/kyc"
tags: ["Onboard accounts"]
---

# Get account KYC information

`GET /v2/accounts/{account_id}/kyc`

This service can be used to check all KYC information sent and missing information.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ResponseGetAccountKYC
  - `account_id` string — User’s dLocal account ID.
  - `errors` KYCErrors[]
    - `name` string — Reference to the parameter or document with error.
    - `code` string — Code for the validation error.<br> [See detail errors](https://docs.dlocal.com/reference/kyc-errors-v2-platforms).
    - `description` string — Full description of the validation error.
  - `required_fields` RequiredFields[]
    - `name` string — The name of the required field or document (i.e.: `company_information.tax_id`, `company_information.phone`).
    - `status` string — Indicates if the information has a missing field or document. <br><br>Possible values: `PENDING` or `COMPLETED`.
    - `last_updated` string, date-time — Field last modification's timestamp. ISO-8601 - Notification’s timestamp (YYYY-MM-DDTHH:mm:ss.SSSSZ).
    - `url` string — URL where dLocal will request SDK flows associated with KYC or KYB accounts.
    - `type` string — Indicates whether the required information is related to a field or a document. <br><br>Possible values: `field` or `document`.

## Other responses

- `404` — Bad request

---

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