---
title: "Get a EDD"
method: GET
path: "/edd/{edd_id}"
tags: ["EDD"]
---

# Get a EDD

`GET /edd/{edd_id}`

Get a EDD

## Path parameters

- `edd_id` string, uuid, required

## Response `200`

EDD

- union
  - object — Additional information submitted about the transaction.
    - `source_of_funds` 'INVESTMENT' | 'OTHER' | 'SALARY' | 'SALES' — The source of funds for the transaction.
    - `transaction_purpose` string — The purpose of the transaction.
    - `additional_questions` Question[] — Additional questions regarding the related resource
      - `answer` string, required — The answer
      - `question` string, required — The question
      - `section` string — The section of the question
    - `case_id` integer — The ID of the case related to this EDD record
    - `reason` 'CASE_REQUEST' | 'STANDARD_SUBMISSION', required — The reason for this EDD record to be requested
    - `related_resource_id` string, uuid, required — related resource UUID
    - `related_resource_type` 'ACCOUNT' | 'BUSINESS' | 'CUSTOMER' | 'TRANSACTION', required — related resource type
    - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
    - `creation_time` string, date-time, required
    - `deletion_time` string, date-time, nullable, required
    - `id` string, uuid, required — EDD record unique identifier
  - object — Additional information submitted about the account.
    - `additional_questions` Question[] — Additional questions regarding the related resource
      - `answer` string, required — The answer
      - `question` string, required — The question
      - `section` string — The section of the question
    - `case_id` integer — The ID of the case related to this EDD record
    - `reason` 'CASE_REQUEST' | 'STANDARD_SUBMISSION', required — The reason for this EDD record to be requested
    - `related_resource_id` string, uuid, required — related resource UUID
    - `related_resource_type` 'ACCOUNT' | 'BUSINESS' | 'CUSTOMER' | 'TRANSACTION', required — related resource type
    - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
    - `creation_time` string, date-time, required
    - `deletion_time` string, date-time, nullable, required
    - `id` string, uuid, required — EDD record unique identifier
  - object — Additional information submitted about the customer.
    - `citizenship_countries` string[] — List of countries where the related customer holds citizenship.
    - `employment_type` 'CONTRACTOR' | 'FULL_TIME' | 'INTERN' | 'OTHER' | 'PART_TIME' | 'RETIRED' | 'SELF_EMPLOYED' | 'STUDENT' | 'TEMPORARY' | 'UNEMPLOYED' | 'VOLUNTEER' — The type of employment.
    - `income` Income — The customer's income.
      - `amount` integer — The amount earned at the specified frequency. For example, $112.35 USD is represented as 11235 cents.
      - `currency` string — The currency in ISO 4217 format.
      - `frequency` 'BI_WEEKLY' | 'DAILY' | 'MONTHLY' | 'ONE_TIME' | 'OTHER' | 'QUARTERLY' | 'SEMI_MONTHLY' | 'WEEKLY' | 'YEARLY', nullable — The frequency of the expense
      - `source` 'ALIMONY' | 'EMPLOYMENT' | 'INHERITANCE' | 'INVESTMENT' | 'OTHER' | 'PENSION' | 'REAL_ESTATE' | 'RETIREMENT_INCOME' | 'SCHOLARSHIP' | 'SOCIAL_SECURITY' | 'UNEMPLOYMENT', nullable — The source of the income
    - `negative_news_findings` integer — The number of negative news findings.
    - `occupation` string — The occupation of the related resource.
    - `occupation_industry` 'ACCOMMODATION_AND_FOOD_SERVICES' | 'ADMINISTRATIVE_AND_SUPPORT_AND_WASTE_MANAGEMENT_AND_REMEDIATION_SERVICES' | 'AGRICULTURE_FORESTRY_FISHING_AND_HUNTING' | 'ARTS_ENTERTAINMENT_AND_RECREATION' | 'CONSTRUCTION' | 'EDUCATIONAL_SERVICES' | 'FINANCE_AND_INSURANCE' | 'HEALTH_CARE_AND_SOCIAL_ASSISTANCE' | 'HIGH_RISK_OTHER' | 'INFORMATION' | 'MANAGEMENT_OF_COMPANIES_AND_ENTERPRISES' | 'MANUFACTURING' | 'MINING_QUARRYING_AND_OIL_AND_GAS_EXTRACTION' | 'OTHER_SERVICES' | 'PROFESSIONAL_SCIENTIFIC_AND_TECHNICAL_SERVICES' | 'PUBLIC_ADMINISTRATION' | 'REAL_ESTATE_AND_RENTAL_AND_LEASING' | 'RETAIL_TRADE' | 'TRANSPORTATION_AND_WAREHOUSING' | 'UTILITIES' | 'WHOLESALE_TRADE' — The industry type
    - `pep_classification` 'ASSOCIATE_OF_PEP' | 'DOMESTIC_PEP' | 'FAMILY_MEMBER_OF_PEP' | 'FOREIGN_PEP' | 'FORMER_PEP' | 'INTERNATIONAL_PEP' | 'NOT_PEP' — The political exposure of the customer. * `NOT_PEP` – The individual is **not** a Politically Exposed Person and has **no known close association** with a PEP.. * `DOMESTIC_PEP` – An individual currently holding (or who has held) a **prominent public function within the same country**, such as a government minister, judge, military officer, or senior executive of a state-owned enterprise. * `FOREIGN_PEP` – An individual currently holding (or who has held) a **prominent public function in a foreign country**, such as a foreign head of state, senior politician, or diplomat. * `INTERNATIONAL_PEP` – An individual currently holding (or who has held) a **prominent function in an international organization**, e.g., a senior officer of the UN, IMF, World Bank, or similar. * `FORMER_PEP` – A person who previously held a PEP position but **no longer exercises public functions**. Still may require enhanced due diligence depending on recency and influence. * `ASSOCIATE_OF_PEP` – An individual with **close ties to a PEP**, such as a known business partner or close friend involved in the same financial or political network. * `FAMILY_MEMBER_OF_PEP` – A **close relative** of a PEP (spouse, partner, child, parent, sibling, in-law, etc.) who may benefit from the PEP’s position.
    - `recurring_direct_deposit` boolean — True if the customer is expected to use direct deposit at a regular frequency.
    - `residence_type` 'OTHER' | 'OWN' | 'RENT' — The type of residence.
    - `residential_expense` ResidentialExpense — The residential expense.
      - `amount` integer — The amount paid in residential expenses at the specified frequency. For example, $112.35 USD is represented as 11235 cents).
      - `currency` string — The currency in ISO 4217 format.
      - `frequency` 'BI_WEEKLY' | 'DAILY' | 'MONTHLY' | 'ONE_TIME' | 'OTHER' | 'QUARTERLY' | 'SEMI_MONTHLY' | 'WEEKLY' | 'YEARLY', nullable — The frequency of the expense
    - `source_of_wealth` SourceOfWealth[] — The sources of wealth for the customer.
    - `additional_questions` Question[] — Additional questions regarding the related resource
      - `answer` string, required — The answer
      - `question` string, required — The question
      - `section` string — The section of the question
    - `case_id` integer — The ID of the case related to this EDD record
    - `reason` 'CASE_REQUEST' | 'STANDARD_SUBMISSION', required — The reason for this EDD record to be requested
    - `related_resource_id` string, uuid, required — related resource UUID
    - `related_resource_type` 'ACCOUNT' | 'BUSINESS' | 'CUSTOMER' | 'TRANSACTION', required — related resource type
    - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
    - `creation_time` string, date-time, required
    - `deletion_time` string, date-time, nullable, required
    - `id` string, uuid, required — EDD record unique identifier
  - object — Additional information submitted about the business.
    - `country` string — ISO-3166-1 Alpha-2 country code
    - `estimated_revenue` EstimatedRevenue — The estimated revenue of the business.
      - `amount` integer — The amount earned at the specified frequency. For example, $112.35 USD is represented as 11235 cents).
      - `currency` string — The currency in ISO 4217 format.
      - `frequency` 'BI_WEEKLY' | 'DAILY' | 'MONTHLY' | 'ONE_TIME' | 'OTHER' | 'QUARTERLY' | 'SEMI_MONTHLY' | 'WEEKLY' | 'YEARLY', nullable — The frequency of the expense
    - `industry_type` 'ACCOMMODATION_AND_FOOD_SERVICES' | 'ADMINISTRATIVE_AND_SUPPORT_AND_WASTE_MANAGEMENT_AND_REMEDIATION_SERVICES' | 'AGRICULTURE_FORESTRY_FISHING_AND_HUNTING' | 'ARTS_ENTERTAINMENT_AND_RECREATION' | 'CONSTRUCTION' | 'EDUCATIONAL_SERVICES' | 'FINANCE_AND_INSURANCE' | 'HEALTH_CARE_AND_SOCIAL_ASSISTANCE' | 'HIGH_RISK_OTHER' | 'INFORMATION' | 'MANAGEMENT_OF_COMPANIES_AND_ENTERPRISES' | 'MANUFACTURING' | 'MINING_QUARRYING_AND_OIL_AND_GAS_EXTRACTION' | 'OTHER_SERVICES' | 'PROFESSIONAL_SCIENTIFIC_AND_TECHNICAL_SERVICES' | 'PUBLIC_ADMINISTRATION' | 'REAL_ESTATE_AND_RENTAL_AND_LEASING' | 'RETAIL_TRADE' | 'TRANSPORTATION_AND_WAREHOUSING' | 'UTILITIES' | 'WHOLESALE_TRADE' — The industry type
    - `negative_news_findings` integer — The number of negative news findings.
    - `recurring_wire_usage` boolean — True if the customer is expected to send or receive wire transfers at a regular frequency.
    - `specific_involvement` SpecificInvolvement — Defines if the business is involved in a few high risk industries.
      - `arms_defense_or_security` boolean — Defines if the business is in the arms/defense, private security firms, or private military contractors.
      - `cannabis_industry` boolean — Defines if the business is in the cannabis industry.
      - `embassies_or_consulates` boolean — Defines if the business is an embassy or a consulate.
      - `illegal_activities_prostitution_or_pirated_goods` boolean — Defines if the business is involved in illegal activities, prostitution, or pirated goods.
      - `law_firm_or_fiduciary` boolean — Defines if the business is a law firm or a fiduciary.
      - `licensed_money_service_business` boolean — Defines if the business is a licensed money service business.
      - `lotteries_crypto_currency_or_illegal_internet_gambling` boolean — Defines if the business is a provider of online lottery, mail order lotteries and sweepstakes Non-Fiat Currency (including open loop virtual currency), and Unlawful Internet Gambling.
      - `ngo_or_nonprofit` boolean — Defines if the business is a NGO or a nonprofit.
      - `precious_metals_stones_or_jewellery` boolean — Defines if the business is in the precious metals, stones, jewellery industry, or rough diamond trade.
      - `shell_banks_or_unlicensed_money_service_business` boolean — Defines if the business is a shell bank or a money service business where licensing is required.
      - `third_party_processor` boolean — Defines if the business is a third party processor.
      - `wellness_gift_cards_wholesaler` boolean — Defines if the business is a salon, massage clinic, spa, gift card retailer, or wholesaler.
    - `transaction_volume` TransactionVolume[] — Array of transaction volumes.
      - `amount` integer — The amount of the transactions in ISO 4217 minor currency units. For example, a transaction of $100 USD will be displayed as 10000.
      - `channel` 'ACH' | 'CARDS' | 'CASH' | 'EFT' | 'WIRES' — The channel of the transaction volume.
      - `channel_coverage` 'DOMESTIC' | 'INTERNATIONAL' — The channel coverage of the transaction volume.
      - `currency` string — The currency in ISO 4217 format.
      - `frequency` 'BI_WEEKLY' | 'DAILY' | 'MONTHLY' | 'ONE_TIME' | 'OTHER' | 'QUARTERLY' | 'SEMI_MONTHLY' | 'WEEKLY' | 'YEARLY', nullable — The frequency of the expense
      - `on_synctera` boolean — Whether the transaction volume is on Synctera.
      - `transaction_count` integer — The number of transactions.
    - `additional_questions` Question[] — Additional questions regarding the related resource
      - `answer` string, required — The answer
      - `question` string, required — The question
      - `section` string — The section of the question
    - `case_id` integer — The ID of the case related to this EDD record
    - `reason` 'CASE_REQUEST' | 'STANDARD_SUBMISSION', required — The reason for this EDD record to be requested
    - `related_resource_id` string, uuid, required — related resource UUID
    - `related_resource_type` 'ACCOUNT' | 'BUSINESS' | 'CUSTOMER' | 'TRANSACTION', required — related resource type
    - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
    - `creation_time` string, date-time, required
    - `deletion_time` string, date-time, nullable, required
    - `id` string, uuid, required — EDD record unique identifier

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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