Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • How does it work?
  • Response content

Was this helpful?

  1. Integrations

eDO App

Verify customer’s identity with eDO App

PreviousScoringNextGUS

Last updated 1 year ago

Was this helpful?

How does it work?

eDO App is a mobile application designed to verify holders of ID cards and passports with the NFC function. Integrate the app to securely confirm the identity of eDO App users and receive data about the user as well as the document used during the verification process.

More about this service you can find

Response content

edo

Attribute
Type
Description

dateOfBirth

string

Date of birth in YYYYMMDD format

fathersName

string

First name(s) of the person's father

mothersName

string

First name(s) of the person's mother

personalNumber

string

Personal identification number

firstName

string

First name(s) of the person

secondName

string

Second name(s) of the person

issuerState

string

State or country that issued the identification document

sex

string

Gender of the person (M or F)

parentNames

string

First name(s) of both parents

nationality

string

Nationality of the person

familyName

string

Last name(s) of the person

givenNames

string

First and second name(s) of the person

placeOfBirth

string

Place of birth

surname

string

Surname of the person

idissuingAuthority

string

Issuing authority of the identification document

idexpiryDate

string

Expiry date of the identification document in DDMMYY format

idtype

string

The type of identity document used. Possible values: "A" for a data from the identity server, "E" for ID card with an active container only for the "Certificate to confirm presence", "I" for ID card, "P" for passport, "Q" for qualified signature, and "S" for residence card.

iddateOfIssue

string

Date of issue of the identification document in DDMMYY format

idnumber

string

Identification number on the identification document

Example response

{
   "edo" : {
      "dateOfBirth":"20020929",
      "fathersName":"BONAWENTURA",
      "mothersName":"MAŁGORZATA",
      "personalNumber":"02292900109",
      "firstName":"WACŁAWA",
      "secondName":"BOGUSŁAWA",
      "issuerState":"PL",
      "sex":"F",
      "parentNames":"BONAWENTURA MAŁGORZATA",
      "nationality":"POL",
      "familyName":"WIECZORKIEWICZ",
      "givenNames":"WACŁAWA BOGUSŁAWA",
      "placeOfBirth":"DALESZEWICE-KOLONIA PIERWSZA",
      "surname":"WIECZORKIEWICZ",
      "idissuingAuthority":"WÓJT GMINY NIEBORÓW",
      "idexpiryDate":"300717",
      "idtype":"I",
      "iddateOfIssue":"20200717",
      "idnumber":"XXX901207"
   }
}
here