---
title: "Get Additional Documents"
method: GET
path: "/v1/accounts/get_additional"
tags: ["Account Center"]
---

# Get Additional Documents

`GET /v1/accounts/get_additional`

Retrieve the list of required and optional documents type for creating a company-type sub-account based on the specified country. This endpoint is only applicable to company-type sub-accounts. Individual-type sub-accounts do not require this API.

## Query parameters

- `country` string, required
- `business_code` 'BANKING' | 'ACQUIRING', required

## Response `200`

OK

- AdditionalDocument[]
  - `profile_key` string — Unique key representing the profile or document type.
  - `profile_name` string — Description of the file.
  - `profile_option` 0 | 1 — Indicates whether the document is required: - 1: Required document (required_docs) - 0: Optional document (option_docs)

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
