---
title: "List Of Acceptable IDs"
method: GET
path: "/payaza-account/api/v1/euro/acceptable-ids"
tags: ["EUR Accounts"]
---

# List Of Acceptable IDs

`GET /payaza-account/api/v1/euro/acceptable-ids`

This endpoint shows the list of acceptable identification documents in various countries for the creation of Euro subaccounts.

## Response `200`

List of Acceptable IDs Response

- ListOfAcceptableIdsResponse
  - `status` boolean — Request status.
  - `message` string — Response message.
  - `code` integer — HTTP status code.
  - `data` object[] — List of countries and their accepted document types.
    - `id` string, uuid — Unique identifier for the country configuration.
    - `country` string — Full name of the country (may include currency).
    - `countryShort` string — ISO 2-character country code.
    - `createdAt` string, date-time, nullable — Timestamp of creation (if available).
    - `acceptedIDDocuments` object — Boolean flags indicating accepted identity documents.
      - `passport` boolean — Is Passport accepted?
      - `drivingLicense` boolean — Is Driving License accepted?
      - `residencePermit` boolean — Is Residence Permit accepted?
      - `identityCard` boolean — Is National Identity Card accepted?
    - `acceptedPOADocuments` object — Boolean flags indicating accepted Proof of Address documents.
      - `utilityBill` boolean — Is Utility Bill accepted?
      - `bankStatement` boolean — Is Bank Statement accepted?

## Other responses

- `400` — Payment failed

---

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