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
  • What kind of data I will get
  • Configuration
  • Integration scope

Was this helpful?

  1. Integrations

MojeId

What kind of data I will get

MojeId provides data related to person identification. It includes data like PESEL, data related to Identity Documents (number, issue date, expiration date).

Configuration

Beforehand, special tenant needs to be created that will be used directly by Your organization.

With given tenant ID You can define one of integration scope and person attributes You want to retrieve.

Attributes that can be configured to fetch:

Attribute
Type
Description

Current Given Name

string

Current given name of the natural person

Current Given Middle Name

string

Current middle name of the natural person

Current Family Name

string

Current family name of the natural person

Person Identifier

string

Unique identifier for the person - PESEL

Date of Birth

string|format - RRR-MM-DD

Birthdate of the person

Place of Birth

string

Place where the person was born

Country of Birth

string

Country where the person was born, format of ISO 3166-1 alpha-2

Citizenships

string

Country code according to ISO 3166-1 alpha-2 in case conveying more than one (max. 3) code representing citizenship, country code separated by a comma

Birth Name

string

Person's name at birth

ID Document Type

  1. IDENTITY_CARD

  2. PASSPORT

  3. RESIDENCE_CARD

Type of identification document.

ID Document Number

string

Number of the identification document

ID Document Issue Date

string|format - RRR-MM-DD

Date when the identification document was issued

ID Document Expiry Date

string|format - RRR-MM-DD

Expiry date of the identification document. NOTE: In case the document is issued indefinitely - 9999-12-31 is returned

Contact Info Mobile Phone

string

Mobile phone number address stored in Identity Provider system - not verified

Contact Info Phone

string

Phone number stored in Identity Provider system

Contact Info Email

string

Email address stored in Identity Provider system

Current Address Street Name

string

Street name from residential address Stored user in the Identity Provider system

Current Address Locator

string

House number / apartment number from residential address stored user in the Identity Provider system

Current Address Post Code

string|format XX-XXX

Postcode from residential address stored user in the Identity Provider system

Current Address Post Name

string

City from residential address stored user in the Identity Provider system

Current Address Country Name

string

Country from residential address stored user in the Identity Provider system, format of ISO 3166-1 alpha-2

Mail Address Street Name

string

Street from address correspondence stored user in the Identity Provider system

Mail Address Locator

string

House number / apartment number from address correspondence stored user in the Identity Provider system

Mail Address Post Code

string|format XX-XXX

Postcode from address correspondence stored user in the Identity Provider system

Mail Address Post Name

string

City from address correspondence stored user in the Identity Provider system

Mail Address Country Name

string

Country of the mail address, format of ISO 3166-1 alpha-2

Custom Time Span

string

A period specifying how long the user is a customer Identity Providers in accordance with data in the Supplier's system

Custom Confirmed Mobile Phone

string

User's telephone number, which has been confirmed, stored in the system Identity Providers e.g. number used in bank for transaction confirmation method one-time SMS passwords

Custom Account Number

string

Account number for current person

Majority

string

Indication of being of legal age/majority

Gender

string

Gender of the person

NOTE: You can select as many additional attributes as You want. Keep in mind that if You make them required it impacts on number of Identity Providers that are visible for user on IDWall!

Integration scope

In this integration, you can choose one of three types:

  • AUTHENTICATION - User Identity Confirmation

  • AUTHORIZATION - authorize the operation (in the form confirmation of the submitted content) – with User Identity Confirmation.

  • DIRECT_DEBIT - purpose of which is to obtain consent to debit the account in the form of a command payments. The Bank Account Number is provided with Confirmation of the User's Identity.

NOTE: For AUTHENTICATION/AUTHORIZATION, Person Identifier are always returned.

NOTE: For DIRECT_DEBIT, Person Identifier & Custom Account Number are always returned.

PreviousTwilioNextVeriff

Last updated 1 year ago

Was this helpful?