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
  • Output
  • Container Citizen Data
  • Certificate Citizen Data
  • Citizen Details
  • Document details
  • Output Example

Was this helpful?

  1. Integrations
  2. mObywatel

CitizenDetails

Output

Attribute
Type
Description

object

Container object used to store citizen data

containerCitizenDataSigningTime

number

Time of data container sign via the mObywatel system in the UnixTime format

dataSetType

number

Internal id of chosen data set. In this case it will be 7.

object

Object used to store certificate data

requestId

string

Id of the request in UUID format

recipientId

string

External id

Container Citizen Data

Attribute
Type
Description

object

Object used to store citizen details

object

Object used to store document details

Certificate Citizen Data

Attribute
Type
Description

names

string

Names of the citizen

surname

string

Surname of the citizen

pesel

string

Pesel of the citizen

Citizen Details

Attribute
Type
Description

bc

string

Birth place

ntl

string

Nationality

su

string

Surname

p

string

PESEL number

pIdCN

string

Identity Document number

Document details

Attribute
Type
Description

tp

string

Document type

stp

string

Document subtype

ver

string

Version of the document

db

string

Details of citizen's certificate used to release data

sn

string

Number of citizen's certificate used to release data

isr

string

Issuer of citizen's certificate used to release data

ts

string

Timestamp of data release in format YYYYMMDDHHmmssSSS

rId

string

Id of data release in UUID format

iid

string

Internal id of data release in UUID format

pe

pesel

Pesel of the citizien

id

string

Data issuing authority

Output Example

{
    "containerCitizenData": {
        "dc": {
            "bC": "PL",
            "ntl": "POLSKIE",
            "n": "JAN",
            "su": "KOWALSKI",
            "p": "18282489381",
            "pIdCN": "OYR159277"
        },
        "dh": {
            "tp": 7,
            "stp": 1,
            "ver": 1,
            "dn": "C=PL, serialNumber=PNOPL-85120500779, surname=ANIELSKI, givenName=ANATOL,CN=ANATOL ANIELSKI",
            "sn": "7fba9b123123sadsa12e8b89ace65df2",
            "isr": "CN=MTMid prodCopy,O=Kancelaria Prezesa Rady Ministrów,C=PL",
            "ts": "20230605073010624",
            "rId": "41e514c5dbe648d6ad4033185c8be42d",
            "iid": "bbdac08dd8c74dfbb89d5d186eb08d76",
            "pe": "18282489381", //Pesel
            "id": "Kancelaria Prezesa Rady Ministrów"
        }
    },
    "containerCitizenDataSigningTime": 1685950211000,
    "certificateCitizenData": {
        "names": "JAN",
        "surname": "KOWALSKI",
        "pesel": "18282489381"
    },
    "dataSetType": 7,
    "requestId": "ccbe9d38-4997-4e1a-99ac-761b9eb473d5",
    "recipientId": "7"
}
PreviousmObywatelNextCitizenNationality

Last updated 1 year ago

Was this helpful?

containerCitizenData
certificateCitizenData
dc
dh