---
title: "Get Entity Details (Banking Connectivity)"
method: GET
path: "/banking/entities/{entity_id}"
tags: ["Entities (Banking Connectivity)"]
---

# Get Entity Details (Banking Connectivity)

`GET /banking/entities/{entity_id}`

## Path parameters

- `entity_id` string, required

## Response `200`

- object
  - `account_id` string
  - `merchant_entity_id` string
  - `national_entity` string
  - `phone` object
    - `country_code` string
    - `number` string
  - `address` object
    - `address_line_1` string
    - `address_line_2` string
    - `building_number_1` string
    - `building_number_2` unknown
    - `city` string
    - `state` string
    - `zip_code` string
    - `country` string
  - `entity_detail` object
    - `individual` object
      - `first_name` string
      - `last_name` string
      - `email` string
      - `date_of_birth` string
      - `gender` string
      - `country_of_residence` string
      - `tax_information` object[]
        - `country` string
        - `tax_id` string
        - `tax_id_type` string
        - `is_primary` boolean
      - `document` object
        - `document_type` string
        - `document_number` string
        - `issuing_country` string
        - `issued_at` string
        - `expires_at` string
    - `entity` unknown

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
