Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request JSON
( ** parameters are passed optionally)

Expand
title body:

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "РНОКПП (ІПН) фізособи",

"lname": "**Прізвище",

"fname": "**Ім'я",

"mname": "**По батькові",

"bdate": "**Дата народження"

},

"liveness": {

"imgdata0": "First photo from series in base64",

"imgdata1": "Second photo from series in base64",

"imgdata2": "The third photo from the series in base64",

"imgdata3": "The fourth photo from the series in base64",

"imgdata4": "Fifth photo from the series in base64"

},

"reqlng": "Language of search criteria (Code from ref.23)"

},

"version": "1.0",

"reqtype": "Template code (Code from ref.49): Photo reality detection service - 3",

"reqreason": "The purpose of the request (Code from ref.24)"

},

"descr": "Request Object"

},

"descr": "Request Envelope"

},

"sessid": "Session key (obtained from the authorization API)"

}

}

}

Response JSON

Expand
titlebody:

{

"ubkidata": {

"tech": {

"trace": {

"step": {

"name": "Step name",

"stm": "Step start stamp date",

"ftm": "Step finish stamp date"

}

},

"error": {

"errtype": "Error code (code from ref.0)",

"errtext": "Error text (value from ref.0)"

},

"reqinfo": {

"reqid": "Outbound request ID generated by UBKI"

},

"billing": {

"balance": {

"value": "Balance amount",

"date": "Date",

"time": "Time"

}

}

},

"compbilldetails": {

"livenessfreemon": { "inn": "TIN from the request"Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), code (0 - No, 1 - Yes)",

"lnamefreemonref": "Last name from request"Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), value (0 - No, 1 - Yes)"

}

}

},

},

"fnamecomp": {

"Name from request",liveness": {

"mnameinn": "Middle name TIN from the request",

"lname": "Last name from request",

"fname": "Name from request",

"mname": "Middle name from request",

"bdate": "Date of birth from request",

"probabilityspoof": "Probability of photo fraud"

},

"id": "47",

"descr": "Liveness detection"

},

{

"person": {

"bdate": "Date of birth",

"lngref": "Search/transfer language (ref. 23)",

"lng": "Part presentation language, value (ref. 23)",

"mname": "Middle name",

"fname": "First name",

"lname": "Last name",

"inn ": "TIN of the credit history subject",

},

"id": "72",

"descr": "Search by full name + inn if more than 1 person is found (The presence of the component is determined by searching for more than 1 person in the case of searching by full name + inn)"

}

]

}

}

...

Response XML

Expand
titlebody:

<?xml version = "1.0" encoding = "utf-8"?>

<ubkidata>

<!-- System information block -->

<tech>

<trace>

<step name="Step name" stm="Step start stamp date" ftm="Step finish stamp date">

<!-- The trace block contains timing metrics for the steps of forming components -->

</step>

</trace>

<error errtype="Error code (Code from ref.0)" errtext="Error text (Value from ref.0)">

</error>

<reqinfo reqid="Outbound request ID generated by UBKI">

</reqinfo>

<!-- Block of information on the current state of the prepaid account -->

<billing>

<balance value="Balance amount" date="Date" time="Time" />

<billdetails freemon="Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), code (0 - No, 1 - Yes)"

freemonref="Sign of free of charge according to the request type "Monitoring the client of the organization" (reqreason=1), value (0 - No, 1 - Yes)"/>

</billing>

</tech>

<!-- Block for determining the reality of a photo -->

<comp id="47" descr="Liveness detection">

<liveness inn="TIN from the request"

lname="Last name from request"

fname="Name from request"

mname="Middle name from request"

bdate="Date of birth from request"

probabilityspoof="Probability of photo fraud" />

</comp>

<!-- Search by full name + inn if more than 1 person is found (The presence of the component is determined by searching for more than 1 person in the case of searching by full name + inn)-->

<comp id="72" descr="Search by full name + inn if more than 1 person is found">

<person bdate="Date of birth"

lngref="Search/transfer language (ref. 23)"

lng="Part presentation language, value (ref. 23)"

mname="Middle name"

fname="First name"

lname="Last name"

inn="TIN of the credit history subject" />

</comp>

</ubkidata>

...