---
title: "GET /accounts/{id}"
method: GET
path: "/accounts/{id}"
tags: ["accounts"]
---

# GET /accounts/{id}

`GET /accounts/{id}`

Fetch details for a single account by its unique ID.

The when endpoint is called the following information is provided:

• Provides account information (id, identity, status)

• Provides the Onboarding status

• Profiles linked to this account

• Wallets linked to this profile

Note: When account details are retrieved using GET /accounts/{:id}, only the basic information submitted during account creation (POST /accounts) is returned if the end-user is still in the onboarding process. The full data set, including any submitted documents, becomes accessible once the onboarding is complete—meaning the account status is either ACCEPTED or DENIED

## Path parameters

- `id` string, required

## Response `200`

In the Response when you create an account using POST /accounts/individual  a unique Id is created. Us this for this call to get account information on a specific individual account

- GetAccountResponse
  - `id` string, required
  - `onboardingId` string, required
  - `identity` union, required
    - IndividualIdentity
      - `firstName` string, required
      - `lastName` string, required
      - `email` string, required
      - `birthDate` string, date-time, required
      - `birthCountry` string, required
      - `residenceCountry` string, required
      - `nationalities` string[], required
    - LegalEntityIdentity
      - `name` string, required
      - `type` 'COMPANY' | 'ASSOCIATION' | 'SOLE_TRADER', required
      - `registrationNumber` string, required
      - `registrationCountry` string, required
      - `registrationDate` string, date-time, required
  - `status` string, required
  - `profiles` Profile[], required
    - `id` string, required
    - `type` 'DONOR' | 'PROJECT_HOLDER' | 'LENDER' | 'INVESTOR' | 'CREDITOR' | 'DEBTOR' | 'BUYER' | 'MERCHANT' | 'SELLER' | 'OPERATOR' | 'CONTENT_EDITOR' | 'OTHER_OPERATOR' | 'VISA_APPLICANT' | 'PAYER', required
    - `status` ProfileStatus, required
      - `type` 'ACCEPTED' | 'AWAITING_INFORMATION' | 'CREATION_IN_PROGRESS' | 'DENIED' | 'IDENTITY_VERIFICATION_IN_PROGRESS' | 'IDENTITY_VERIFICATION_ABANDONED' | 'IDENTITY_VERIFICATION_ERROR' | 'INFORMATION_COLLECTION_IN_PROGRESS' | 'REJECTED' | 'UNDER_ANALYSIS', required
      - `subStatus` 'REGULATORY_REASON' | 'ONBOARDING_REJECTED', required
    - `wallets` Wallet[]
      - `id` string, required
      - `internalId` string, required
      - `type` 'PAYMENT_ACCOUNT' | 'TECHNICAL', required
  - `information` IndividualInformation, required
    - `firstName` string, required
    - `lastName` string, required
    - `otherName` string, required
    - `birthDate` string, required
    - `birthCity` string, required
    - `birthProvince` string, required
    - `birthCountry` string, required
    - `nationalities` string[], required
    - `email` string, required
    - `phone` string, required
    - `taxCode` string, required
    - `city` string, required
    - `country` string, required
    - `street` string, required
    - `streetComplementaryInfo` string, required
    - `postalCode` string, required
    - `province` string, required
    - `pep` object, required
    - `startDate` string, required
    - `endDate` string, required
    - `closeToPep` object, required
    - `fullName` string, required
    - `legalCapacity` LegalCapacity, required
      - `type` 'MINOR_EMANCIPATED' | 'MINOR_NOT_EMANCIPATED' | 'LEGAL_AGE_AND_CAPACITY' | 'PROTECTED_ADULT', required — Legal capacity options: LEGAL_AGE_AND_CAPACITY, PROTECTED_ADULT, MINOR_EMANCIPATED, MINOR_NOT_EMANCIPATED
      - `protectionType` 'SAFEGUARDING_OF_JUSTICE' | 'CURATORSHIP' | 'GUARDIANSHIP' | 'OTHER'
      - `otherProtectionType` string — Must specify other protection type
    - `professionalSituation` object, required
    - `financialSituation` AccountFinancialSituation, required
      - `annualRevenue` string, required
      - `estimatedWealth` string, required
      - `isIFITax` boolean, required
      - `taxCode` string, required
    - `originOfFunds` object, required
    - `roles` object[], required
      - `boardMemberPositions` unknown[]
        - unknown
      - `role` string, nullable
    - `projects` Project[], required
      - `projectType` string, required
      - `weddingRelation` string, required
      - `beneficiaryFirstName` string, required
      - `beneficiaryLastName` string, required
      - `beneficiaryBirthDate` string, required
      - `description` string, required
      - `website` string, required
    - `documents` Document[], required
      - `id` integer — Document ID
      - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Document Status<br/>0 = Document put on hold, waiting for another document.<br/>1 = Received, need manual validation.<br/>2 = Accepted.<br/>3 = Rejected.<br/>4 = Rejected. Unreadable by human (Cropped, blur, glare…).<br/>5 = Rejected. Expired (Expiration Date is passed).<br/>6 = Rejected. Wrong Type (Document not accepted).<br/>7 = Rejected. Wrong Name (Name not matching user information).<br/>8 = Rejected. Duplicated Document.<br/>
      - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 — Document Type<br/>0 = ID card (both sides in one file).<br/>1 = Proof of address.<br/>2 = Scan of a proof of IBAN.<br/>3 = Passport (European Union).<br/>4 = Passport (outside the European Union).<br/>5 = Residence permit (both sides in one file).<br/>6 = Other document type.<br/>7 = Official company registration document (Kbis extract or equivalent).<br/>11 = Driver licence (both sides in one file).<br/>12 = Status.<br/>13 = Selfie.<br/>14 = Other document type.<br/>15 = Other document type.<br/>16 = Other document type.<br/>17 = Other document type.<br/>18 = Other document type.<br/>19 = Other document type.<br/>20 = Other document type.<br/>21 = SDD mandate.<br/>
      - `validityDate` string — Document validity date Format: dd/mm/yyyy Empty if unknown
      - `comment` string
    - `financialSupport` FinancialSupport, required
      - `visaApplicantRole` 'STUDENT' | 'JOB_SEEKER', required
      - `isPayer` boolean, required
      - `payerRelationship` PayerRelationship, required
        - `link` 'MOTHER_FATHER' | 'RELATIVES' | 'SIBLINGS' | 'GRAND_PARENTS' | 'HUSBAND_WIFE' | 'LIFE_PARTNER' | 'OTHER', required
        - `other` string
      - `financialSituation` PayerFinancialSituation, required
        - `annualRevenue` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER', required — 6 tiers format in Euro. •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€
        - `estimatedWealth` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER' | 'SEVENTH_TIER', required — 7 tiers format in Euro •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€ •SEVENTH_TIER: >100M€
        - `originOfFunds` OriginOfFunds, required
          - `sources` string[], required
          - `other` string — Description of other origin of funds
  - `type` string, required
  - `documents` Document[], required
    - `id` integer — Document ID
    - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Document Status<br/>0 = Document put on hold, waiting for another document.<br/>1 = Received, need manual validation.<br/>2 = Accepted.<br/>3 = Rejected.<br/>4 = Rejected. Unreadable by human (Cropped, blur, glare…).<br/>5 = Rejected. Expired (Expiration Date is passed).<br/>6 = Rejected. Wrong Type (Document not accepted).<br/>7 = Rejected. Wrong Name (Name not matching user information).<br/>8 = Rejected. Duplicated Document.<br/>
    - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 — Document Type<br/>0 = ID card (both sides in one file).<br/>1 = Proof of address.<br/>2 = Scan of a proof of IBAN.<br/>3 = Passport (European Union).<br/>4 = Passport (outside the European Union).<br/>5 = Residence permit (both sides in one file).<br/>6 = Other document type.<br/>7 = Official company registration document (Kbis extract or equivalent).<br/>11 = Driver licence (both sides in one file).<br/>12 = Status.<br/>13 = Selfie.<br/>14 = Other document type.<br/>15 = Other document type.<br/>16 = Other document type.<br/>17 = Other document type.<br/>18 = Other document type.<br/>19 = Other document type.<br/>20 = Other document type.<br/>21 = SDD mandate.<br/>
    - `validityDate` string — Document validity date Format: dd/mm/yyyy Empty if unknown
    - `comment` string
  - `updatedAt` string, required
  - `createdAt` string, required
  - `legalRepresentative` IndividualInformation, required
    - `firstName` string, required
    - `lastName` string, required
    - `otherName` string, required
    - `birthDate` string, required
    - `birthCity` string, required
    - `birthProvince` string, required
    - `birthCountry` string, required
    - `nationalities` string[], required
    - `email` string, required
    - `phone` string, required
    - `taxCode` string, required
    - `city` string, required
    - `country` string, required
    - `street` string, required
    - `streetComplementaryInfo` string, required
    - `postalCode` string, required
    - `province` string, required
    - `pep` object, required
    - `startDate` string, required
    - `endDate` string, required
    - `closeToPep` object, required
    - `fullName` string, required
    - `legalCapacity` LegalCapacity, required
      - `type` 'MINOR_EMANCIPATED' | 'MINOR_NOT_EMANCIPATED' | 'LEGAL_AGE_AND_CAPACITY' | 'PROTECTED_ADULT', required — Legal capacity options: LEGAL_AGE_AND_CAPACITY, PROTECTED_ADULT, MINOR_EMANCIPATED, MINOR_NOT_EMANCIPATED
      - `protectionType` 'SAFEGUARDING_OF_JUSTICE' | 'CURATORSHIP' | 'GUARDIANSHIP' | 'OTHER'
      - `otherProtectionType` string — Must specify other protection type
    - `professionalSituation` object, required
    - `financialSituation` AccountFinancialSituation, required
      - `annualRevenue` string, required
      - `estimatedWealth` string, required
      - `isIFITax` boolean, required
      - `taxCode` string, required
    - `originOfFunds` object, required
    - `roles` object[], required
      - `boardMemberPositions` unknown[]
        - unknown
      - `role` string, nullable
    - `projects` Project[], required
      - `projectType` string, required
      - `weddingRelation` string, required
      - `beneficiaryFirstName` string, required
      - `beneficiaryLastName` string, required
      - `beneficiaryBirthDate` string, required
      - `description` string, required
      - `website` string, required
    - `documents` Document[], required
      - `id` integer — Document ID
      - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Document Status<br/>0 = Document put on hold, waiting for another document.<br/>1 = Received, need manual validation.<br/>2 = Accepted.<br/>3 = Rejected.<br/>4 = Rejected. Unreadable by human (Cropped, blur, glare…).<br/>5 = Rejected. Expired (Expiration Date is passed).<br/>6 = Rejected. Wrong Type (Document not accepted).<br/>7 = Rejected. Wrong Name (Name not matching user information).<br/>8 = Rejected. Duplicated Document.<br/>
      - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 — Document Type<br/>0 = ID card (both sides in one file).<br/>1 = Proof of address.<br/>2 = Scan of a proof of IBAN.<br/>3 = Passport (European Union).<br/>4 = Passport (outside the European Union).<br/>5 = Residence permit (both sides in one file).<br/>6 = Other document type.<br/>7 = Official company registration document (Kbis extract or equivalent).<br/>11 = Driver licence (both sides in one file).<br/>12 = Status.<br/>13 = Selfie.<br/>14 = Other document type.<br/>15 = Other document type.<br/>16 = Other document type.<br/>17 = Other document type.<br/>18 = Other document type.<br/>19 = Other document type.<br/>20 = Other document type.<br/>21 = SDD mandate.<br/>
      - `validityDate` string — Document validity date Format: dd/mm/yyyy Empty if unknown
      - `comment` string
    - `financialSupport` FinancialSupport, required
      - `visaApplicantRole` 'STUDENT' | 'JOB_SEEKER', required
      - `isPayer` boolean, required
      - `payerRelationship` PayerRelationship, required
        - `link` 'MOTHER_FATHER' | 'RELATIVES' | 'SIBLINGS' | 'GRAND_PARENTS' | 'HUSBAND_WIFE' | 'LIFE_PARTNER' | 'OTHER', required
        - `other` string
      - `financialSituation` PayerFinancialSituation, required
        - `annualRevenue` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER', required — 6 tiers format in Euro. •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€
        - `estimatedWealth` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER' | 'SEVENTH_TIER', required — 7 tiers format in Euro •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€ •SEVENTH_TIER: >100M€
        - `originOfFunds` OriginOfFunds, required
          - `sources` string[], required
          - `other` string — Description of other origin of funds
  - `ubos` IndividualInformation[]
    - `firstName` string, required
    - `lastName` string, required
    - `otherName` string, required
    - `birthDate` string, required
    - `birthCity` string, required
    - `birthProvince` string, required
    - `birthCountry` string, required
    - `nationalities` string[], required
    - `email` string, required
    - `phone` string, required
    - `taxCode` string, required
    - `city` string, required
    - `country` string, required
    - `street` string, required
    - `streetComplementaryInfo` string, required
    - `postalCode` string, required
    - `province` string, required
    - `pep` object, required
    - `startDate` string, required
    - `endDate` string, required
    - `closeToPep` object, required
    - `fullName` string, required
    - `legalCapacity` LegalCapacity, required
      - `type` 'MINOR_EMANCIPATED' | 'MINOR_NOT_EMANCIPATED' | 'LEGAL_AGE_AND_CAPACITY' | 'PROTECTED_ADULT', required — Legal capacity options: LEGAL_AGE_AND_CAPACITY, PROTECTED_ADULT, MINOR_EMANCIPATED, MINOR_NOT_EMANCIPATED
      - `protectionType` 'SAFEGUARDING_OF_JUSTICE' | 'CURATORSHIP' | 'GUARDIANSHIP' | 'OTHER'
      - `otherProtectionType` string — Must specify other protection type
    - `professionalSituation` object, required
    - `financialSituation` AccountFinancialSituation, required
      - `annualRevenue` string, required
      - `estimatedWealth` string, required
      - `isIFITax` boolean, required
      - `taxCode` string, required
    - `originOfFunds` object, required
    - `roles` object[], required
      - `boardMemberPositions` unknown[]
        - unknown
      - `role` string, nullable
    - `projects` Project[], required
      - `projectType` string, required
      - `weddingRelation` string, required
      - `beneficiaryFirstName` string, required
      - `beneficiaryLastName` string, required
      - `beneficiaryBirthDate` string, required
      - `description` string, required
      - `website` string, required
    - `documents` Document[], required
      - `id` integer — Document ID
      - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Document Status<br/>0 = Document put on hold, waiting for another document.<br/>1 = Received, need manual validation.<br/>2 = Accepted.<br/>3 = Rejected.<br/>4 = Rejected. Unreadable by human (Cropped, blur, glare…).<br/>5 = Rejected. Expired (Expiration Date is passed).<br/>6 = Rejected. Wrong Type (Document not accepted).<br/>7 = Rejected. Wrong Name (Name not matching user information).<br/>8 = Rejected. Duplicated Document.<br/>
      - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 — Document Type<br/>0 = ID card (both sides in one file).<br/>1 = Proof of address.<br/>2 = Scan of a proof of IBAN.<br/>3 = Passport (European Union).<br/>4 = Passport (outside the European Union).<br/>5 = Residence permit (both sides in one file).<br/>6 = Other document type.<br/>7 = Official company registration document (Kbis extract or equivalent).<br/>11 = Driver licence (both sides in one file).<br/>12 = Status.<br/>13 = Selfie.<br/>14 = Other document type.<br/>15 = Other document type.<br/>16 = Other document type.<br/>17 = Other document type.<br/>18 = Other document type.<br/>19 = Other document type.<br/>20 = Other document type.<br/>21 = SDD mandate.<br/>
      - `validityDate` string — Document validity date Format: dd/mm/yyyy Empty if unknown
      - `comment` string
    - `financialSupport` FinancialSupport, required
      - `visaApplicantRole` 'STUDENT' | 'JOB_SEEKER', required
      - `isPayer` boolean, required
      - `payerRelationship` PayerRelationship, required
        - `link` 'MOTHER_FATHER' | 'RELATIVES' | 'SIBLINGS' | 'GRAND_PARENTS' | 'HUSBAND_WIFE' | 'LIFE_PARTNER' | 'OTHER', required
        - `other` string
      - `financialSituation` PayerFinancialSituation, required
        - `annualRevenue` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER', required — 6 tiers format in Euro. •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€
        - `estimatedWealth` 'FIRST_TIER' | 'SECOND_TIER' | 'THIRD_TIER' | 'FOURTH_TIER' | 'FIFTH_TIER' | 'SIXTH_TIER' | 'SEVENTH_TIER', required — 7 tiers format in Euro •FIRST_TIER: 0 - 100K€ •SECOND_TIER: 100K€ - 200K€ •THIRD_TIER: 500K€ - 1.5M€ •FOURTH_TIER: 1.5M€ - 5M€ •FIFTH_TIER: 5M€ - 20M€ •SIXTH_TIER: 20M€ - 100M€ •SEVENTH_TIER: >100M€
        - `originOfFunds` OriginOfFunds, required
          - `sources` string[], required
          - `other` string — Description of other origin of funds

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/versions/73309fe68e2d/schema)
