Skip to main content

Get one Natural Person with his UUID

GET 

/sint/naturalPerson/:uuid

Get one Natural Person with his UUID

Request

Path Parameters

    uuid stringrequired

    The UUID of the Abstract entity of the natural person you want to get

Responses

Return a Natural person

Schema
    Gender stringnullable

    The person gender

    LastName stringnullable

    Last name

    FirstName stringnullable

    First name

    OtherFirstNames stringnullable

    Other first name

    MaidenName stringnullable

    Maiden name

    DateOfBirth date-timenullable
    CountryOfCitizenship stringnullable

    Country of citizenship

    CountryOfCitizenship2 stringnullable

    Second country of citizenship

    Birthplace stringnullable

    Birthplace

    StateOfBirth stringnullable

    State of birth

    Address object[]
  • Array [
  • UUID stringrequired

    UUID

    Address1 stringrequired

    Address1

    Address2 stringnullable

    Address2

    Address3 stringnullable

    Address3

    ZipCode stringnullable

    Zip Code

    Country stringrequired

    Country

    City stringnullable

    City

    AbstractEntityUUID stringrequired

    NaturalPerson or LegalEntity UUID

    Tag stringnullable

    Tag

    isPrincipalAddress booleannullable

    Default value: false

    isPrincipalAddress

  • ]
  • AliasIBAN object[]
  • Array [
  • UUID string
    Owner string

    NaturalPerson or LegalEntity UUID

    Iban stringrequired

    Iban

    BIC stringrequired

    BIC

    Actif booleannullable

    Default value: true

    is Actif (default = true)

    Public booleannullable

    Default value: false

    is Public (default = false)

    BankInfoDto object nullable
    oneOf
    Address stringnullable

    address1

    CountryName stringnullable

    countryName

    Institution stringnullable

    institution

    Location stringnullable

    location

    Name stringnullable

    name

    valid booleannullable

    Default value: false

    is Valid (default = false)

    fail_validation_reason stringnullable

    fail_validation_reason

  • ]
  • AliasEmail object[]
  • Array [
  • UUID string
    Owner stringrequired

    NaturalPerson or LegalEntity UUID

    Mail stringrequired

    Mail

    Actif boolean

    Default value: true

    is Actif (default = true)

    Public boolean

    Default value: false

    is Public (default = false)

    LinkNPLE string

    NPLE link UUID

    valid booleannullable

    Default value: false

    is Valid (default = false)

  • ]
  • AliasMobile object[]
  • Array [
  • UUID string[]

    UUID

    Owner stringrequired

    NaturalPerson or LegalEntity UUID

    MobileIndicatif stringrequired

    MobileIndicatif

    MobileNumber stringrequired

    MobileNumber

    Actif boolean

    Default value: true

    is Actif (default = true)

    Public boolean

    Default value: false

    is Public (default = false)

    LinkNPLE string

    NPLE link UUID

  • ]
  • NIF stringnullable
    Comments stringnullable
    CodeLangue stringnullable
    ActivityCode integernullable

    Activity Code

    CSPCode integernullable

    CSP Code

    SourceIncomeCode integernullable

    Source Income Code

    codeShop stringnullable

    Code Shop

    idBB stringnullable

    Id BB

    ibanOlkyPay stringnullable

    IBAN Oky Pay

    countryOfBirth stringnullable

    Country of birth

    identityUuid stringnullable
    algoregId stringnullable

    Id Algoreg

    idLausanne stringnullable

    Id Lausane

    pep booleannullable

    true if person is politically exposed

    minimumMonthlyIncome integernullable

    low range of the person's income, in cents

    maximumMonthlyIncome integernullable

    Max range of the person's income, in cents

    minimumWealthValue integernullable

    low range of the person's wealth value, in cents

    maximumWealthValue integernullable

    Max range of the person's wealth value, in cents

    own_external_sepa_account booleannullable

    Has european account

    nif_country stringnullable

    Nif country

    olkyPassLevel object nullable

    OlkypassLevel

    oneOf
    active booleannullable

    OlkyPass need to be active to make transaction on customer

    activeUntil date-timenullable

    The OlkyPass will expire after this date, a new kyc session will need to be done to activate it again

    createdAt date-timenullable

    Created at

    updatedAt date-timenullable

    updated at

    missingData string[]

    Default value: ``

    missingDocuments string[]

    Default value: ``

    identityDocuments object[]
    ValidForPayIn boolean

    Default value: true

    ValidForPayout boolean

    Default value: true

    olkypass_status object[]
  • Array [
  • name stringnullable

    French name

    englishName stringnullable

    English name

    createdAt date-timenullable

    Created at

    updatedAt date-timenullable

    Updated at

    deletedAt date-timenullable

    Deleted at

  • ]
  • olkypass_status_under_audit string[]
Loading...