48 - Custom credit report

48 - Custom credit report


The report is generated based on a comprehensive credit report and includes a set of components tailored to the user's individual request.


Http Method

POST

Request JSON
**parameters are transmitted optionally if your organization has a credit history for this client or for additional verification based on RCP parameters (expanded search criteria).

{

"doc": {

"ubki": {

"req_envelope": {

"req_xml": {

"request": {

"i": {

"ident": {

"okpo": "Tax/Taxpayer Identification Number (INN-RNUKPN, for individuals)",

"lname": "**Last name",

"fname": "**First name",

"mname": "**Middle name",

"bdate": "**Date of birth"

},

"contacts": {

"cont": {

"ctype": "**Contact type (code from ref.10)",

"cval": "**Contact value"

}

},

"docs": {

"doc": {

"dtype": "**Document type (code from ref.7)",

"dser": "**Document series",

"dnom": "**Document number"

}

},

"reqlng": "Search criteria language (Code from ref.23)"

},

"version": "1.0",

"reqtype": "Template code (Code from the ref.49): 'Custom credit report' - 48",

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

},

"descr": "Request object"

},

"descr": "Request envelope"

},

"sessid": "Session key (we receive it from the API authorization)"

}

}

}

Response JSON

{

"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": "Outgoing request ID generated by UBKI"

},

"billing": {

"balance": {

"value": "Total assets",

"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)"

}

}

},

"comp": [
{

"crdealshort": {

 

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

"dlds": "Transaction commencement date",

"dldpf": "Transaction closing date under the contract",

"dlamt": "Transaction amount (initial)",

"dlcurr": "Transaction currency (code from ref.12)",

"typedeal": "Transaction type, one of two: CC - credit card, PL - not credit card",

"statedeal": "Transaction status in the current period, one of two: OPEN, CLOSE",

"dldateclc": "Calculation date",

"dlamtexpuah": "Current debt overdue amount, UAH",

"dldayexp": "Current number of days overdue",

"dlflstat": "Transaction status in the current period (code from ref.16)",

"ex60y3uah": "Maximum overdue amount 60+ days in the last 36 months, UAH",

"ex90y3uah": "Maximum overdue amount 90+ days in the last 36 months, UAH",

"paymuah": "Planned compulsory payment amount in the current period (as scheduled). Сalculated as an annuity if 0",

"dlamtcuruah": "Current debt amount, UAH",

"reqyear": "Number of requests per year"

},

"id": "71",

"descr": "The name of the component"

},

{

"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)"

},

{

"customCreditReport": {

"crdeal": [

{

"dlref": "Transaction ID",

"dlcelcred": "Transaction type (code from ref. 17)",

"dlvidobes": "Type of collateral (code from ref. 15)",

"dlcurr": "Transaction currency (code from ref. 12)",

"dlamt": "Transaction amount (initial)",

"dldonor": "Information provider (code from ref. 54)",

"dlrolesub": "Subject’s role (code from ref. 14)",

"dlamtobes": "Collateral value in base currency",

"deallife": [

{

"dlref": "Transaction ID",

"dlmonth": "Data period (month)",

"dlyear": "Data period (year)",

"dlds": "Transaction commencement date",

"dldpf": "Transaction closing date under the contract",

"dldff": "Actual transaction end date (mandatory if the transaction is closed)",

"dlflstat": "Transaction status in the current period (code from ref. 16)",

"dlamtlim": "Current transaction limit",

"dlamtpaym": "Planned compulsory payment amount in the current period (as scheduled)",

"dlamtcur": "Current debt amount (amount of accrued interest + double (aliquot) interest + fee + principal amount of the loan + principal overdue + interest overdue)",

"dlamtexp": "Current debt overdue amount (interest overdue + fees overdue + principal amount of the loan overdue)",

"dldayexp": "Current number of days overdue",

"dlflpay": "Indication of payment made in the current period (code from ref. 13)",

"dldateclc": "Calculation date"

}

]

}

],

"urating": {

"score": "Credit score (0-700, NA)",

"scoredate": "Дата розрахунку рейтингу"

},

"ludomans": {

"found": "Numerical indication of whether a person is found in the register - 0/1",

"searchType": "Search type - 0/1/2/3"

}

},

"id": "90",

"descr": "Credit profile of the subject"

}

]

}

}

Request XML
**parameters are transmitted optionally if your organization has a credit history for this client or for additional verification based on RCP parameters (expanded search criteria).

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

<doc>

<ubki sessid="Session key (we receive it from the API authorization)">

<req_envelope descr="Request envelope">

<req_xml descr="Request object">

<!-- Request Parameters -->

<request version="1.0" reqtype="Template code (Code from the ref.49): 'Custom credit report' - 48" reqreason="Purpose of the request (Code from the ref.24)">

<!-- Parameters, which describe the search criteria-->

<i reqlng="Search criteria language (Code from ref.23)">

<!-- Identification parameters of the subject-->

<ident okpo="Tax/Taxpayer Identification Number (INN-RNUKPN, for individuals)"

lname="**Last name"

fname="**First name"

mname="**Middle name"

bdate="**Date of birth">

</ident>

<contacts>

<cont ctype="**Contact type (code from ref.10)"

cval="**Contact value" />

</contacts>

<docs>

<doc dtype="**Document type (code from ref.7)"

dser="**Document series"

dnom="**Document number" />

</docs>

</i>

</request>

</req_xml>

</req_envelope>

</ubki>

</doc>

Response XML

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

<ubkidata>

<!-- System information part -->

<tech>

<trace>

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

<!-- The trace part contains timing metrics of components generation steps -->

</step>

</trace>

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

</error>

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

</reqinfo>

<!-- Information about the current status of the prepaid account part-->

<billing>

<balance value="Total assets" 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>

<!-- Custom credit report -->

<comp id="71" descr="The name of the component">

<crdealshort inn="TIN of the credit history subject"

dlds="Transaction commencement date"

dldpf="Transaction closing date under the contract"

dlamt="Transaction amount (initial)"

dlcurr="Transaction currency (code from ref.12)"

typedeal="Transaction type, one of two: CC - credit card, PL - not credit card"

statedeal="Transaction status in the current period, one of two: OPEN, CLOSE"

dldateclc="Calculation date"

dlamtexpuah="Current debt overdue amount, UAH"

dldayexp="Current number of days overdue"

dlflstat="Transaction status in the current period (code from ref.16)"

ex60y3uah="Maximum overdue amount 60+ days in the last 36 months, UAH"

ex90y3uah="Maximum overdue amount 90+ days in the last 36 months, UAH"

paymuah="Planned compulsory payment amount in the current period (as scheduled). Calculated as an annuity if 0"

dlamtcuruah="Current debt amount, UAH"

reqyear="Number of requests per year">

<!--This block must consist of 0 .. * elements-->

</crdealshort>

</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>

<!-- Credit profile of the subject-->

<comp id="90" descr="Credit profile of the subject">

<customCreditReport>

<!-- Block of information on credit transactions (last 3 years) -->

<crdeal dlref="Transaction ID"

dlcelcred="Transaction type (code from ref. 17)"

dlvidobes="Type of collateral (code from ref. 15)"

dlcurr="Transaction currency (code from ref. 12)"

dlamt="Transaction amount (initial)"

dldonor="Information provider (code from ref. 54)"

dlrolesub="Subject’s role (code from ref. 14)"

dlamtobes="Collateral value in base currency">

<!-- Block of variable values of a credit history -->

<deallife dlref="Transaction ID"

dlmonth="Data period (month)"

dlyear="Data period (year)"

dlds="Transaction commencement date"

dldpf="Transaction closing date under the contract"

dldff="Actual transaction end date (mandatory if the transaction is closed)"

dlflstat="Transaction status in the current period (code from ref. 16)"

dlamtlim="Current transaction limit"

dlamtpaym="Planned compulsory payment amount in the current period (as scheduled)"

dlamtcur="Current debt amount (amount of accrued interest + double (aliquot) interest + fee + principal amount of the loan + principal overdue + interest overdue)"

dlamtexp="Current debt overdue amount (interest overdue + fees overdue + principal amount of the loan overdue)"

dldayexp="Current number of days overdue"

dlflpay="Indication of payment made in the current period (code from ref. 13)"

dldateclc="Calculation date" />

</crdeal>

<!-- Credit score -->

<urating score="Credit score (0-700, NA)"

scoredate="Score calculation date"/>

<!-- Block of information about searching in the registry of gambling -->

<ludomans found="Numerical indication of whether a person is found in the register - 0/1"

searchType="Search type - 0/1/2/3"/>

</customCreditReport>

</comp>

</ubkidata>

Example

Example

Request JSON

{ "doc": { "ubki": { "req_envelope": { "req_xml": { "request": { "i": { "ident": { "bdate": "1989-10-05", "mname": "ВАСИЛІВНА", "fname": "ІРІНА", "lname": "ГАРНА", "okpo": "3278508288" }, "docs": { "doc": { "dtype": "1", "dser": "АМ", "dnom": "578072" } }, "contacts": { "cont": { "cval": "+380962134234", "ctype": "3" } }, "reqlng": "1" }, "version": "1.0", "reqtype": "48", "reqreason": "2" }, "descr": "Request object" }, "descr": "Request envelope" }, "sessid": "7BD7E136E3BF470EAA2CFE2E8700000D" } } }

Response JSON

{ "ubkidata": { "tech": { "trace": { "step": [ { "name": "build report", "stm": "2025-12-18 14:36:19.925", "ftm": "2025-12-18 14:36:20.633" } ] }, "error": [], "reqinfo": { "reqid": "req2#000004059856" } }, "comp": [ { "id": "71", "descr": "Custom credit report", "identshort": { "mphone": "+421224946000", "email": "" }, "credresshort": { "reqmoreyear": "0", "reqmoreyearbnk": "0", "reqmoreyearfin": "0", "reqmoreyearnfin": "0", "reqyear": "15", "reqyearbnk": "13", "reqyearfin": "2", "reqyearnfin": "0", "reqhalfyear": "15", "reqhalfyearbnk": "13", "reqhalfyearfin": "2", "reqhalfyearnfin": "0", "reqquotyear": "15", "reqquotyearbnk": "13", "reqquotyearfin": "2", "reqquotyearnfin": "0", "reqmonth": "15", "reqmonthbnk": "13", "reqmonthfin": "2", "reqmonthnfin": "0", "reqweek": "15", "reqweekbnk": "13", "reqweekfin": "2", "reqweeknfin": "0" }, "crdealshort": [ { "inn": "3278508288", "dlds": "2018-11-25", "dldpf": "2118-12-25", "dlamt": "0.00", "dlcurr": "980", "dlcelcred": "31", "typedeal": "CC", "statedeal": "CLOSE", "dldateclc": "2021-11-28", "dlamtexpuah": "0.00", "dldayexp": "0", "dlflstat": "2", "ex60y3uah": "0.00", "ex90y3uah": "0.00", "paymuah": "0.00", "dlamtcuruah": "0.00", "reqyear": "15", "ex90y1uah": "0.00", "ex60y1uah": "0.00", "ex30y1uah": "0.00", "ex30m6uah": "0.00", "ex1m6uah": "0.00", "cnt1m6uah": "0", "cnt30m6uah": "0", "ex60m6uah": "0.00", "cnt60m6uah": "0", "ex90m6uah": "0.00", "cnt90m6uah": "0", "ex180m6uah": "0.00", "cnt180m6uah": "0", "ex1y1uah": "0.00", "cnt1y1uah": "0", "cnt30y1uah": "0", "cnt60y1uah": "0", "cnt90y1uah": "0", "ex180y1uah": "0.00", "cnt180y1uah": "0", "ex30m18uah": "0.00", "cnt30m18uah": "0", "ex60m18uah": "0.00", "cnt60m18uah": "0", "ex90m18uah": "0.00", "cnt90m18uah": "0", "ex180m18uah": "0.00", "cnt180m18uah": "0", "ex30y3uah": "0.00", "cnt30y3uah": "0", "cnt60y3uah": "0", "cnt90y3uah": "0", "ex180y3uah": "0.00", "cnt180y3uah": "0", "ex30alluah": "0.00", "cnt30alluah": "0", "ex60alluah": "0.00", "cnt60alluah": "0", "ex90alluah": "0.00", "cnt90alluah": "0", "ex180alluah": "0.00", "cnt180alluah": "0", "ex60palluah": "0.00", "cnt60palluah": "0", "ex10cnt": "0", "cnt10m3uah": "0", "ex2cnt": "0", "exallcnt": "0", "dlref": "00012016890", "orgtype": "BNK", "fpd": "0", "spd": "0", "tpd": "0", "fpspd": "0", "dlflstathist": [ { "dlflstat": "1", "dlflstatdate": "2021-04-01" }, { "dlflstat": "2", "dlflstatdate": "2021-11-01" } ] }, { "inn": "3278508288", "dlds": "2022-03-23", "dldpf": "2023-07-23", "dlamt": "0.00", "dlcurr": "980", "dlcelcred": "7", "typedeal": "PL", "statedeal": "CLOSE", "dldateclc": "2022-08-03", "dlamtexpuah": "0.00", "dldayexp": "0", "dlflstat": "2", "ex60y3uah": "0.00", "ex90y3uah": "0.00", "paymuah": "0.00", "dlamtcuruah": "0.00", "reqyear": "15", "ex90y1uah": "0.00", "ex60y1uah": "0.00", "ex30y1uah": "0.00", "ex30m6uah": "0.00", "ex1m6uah": "0.00", "cnt1m6uah": "0", "cnt30m6uah": "0", "ex60m6uah": "0.00", "cnt60m6uah": "0", "ex90m6uah": "0.00", "cnt90m6uah": "0", "ex180m6uah": "0.00", "cnt180m6uah": "0", "ex1y1uah": "0.00", "cnt1y1uah": "0", "cnt30y1uah": "0", "cnt60y1uah": "0", "cnt90y1uah": "0", "ex180y1uah": "0.00", "cnt180y1uah": "0", "ex30m18uah": "0.00", "cnt30m18uah": "0", "ex60m18uah": "0.00", "cnt60m18uah": "0", "ex90m18uah": "0.00", "cnt90m18uah": "0", "ex180m18uah": "0.00", "cnt180m18uah": "0", "ex30y3uah": "0.00", "cnt30y3uah": "0", "cnt60y3uah": "0", "cnt90y3uah": "0", "ex180y3uah": "0.00", "cnt180y3uah": "0", "ex30alluah": "0.00", "cnt30alluah": "0", "ex60alluah": "0.00", "cnt60alluah": "0", "ex90alluah": "0.00", "cnt90alluah": "0", "ex180alluah": "0.00", "cnt180alluah": "0", "ex60palluah": "0.00", "cnt60palluah": "0", "ex10cnt": "0", "cnt10m3uah": "0", "ex2cnt": "0", "exallcnt": "0", "dlref": "1000009435", "orgtype": "BNK", "fpd": "0", "spd": "0", "tpd": "0", "fpspd": "0", "dlflstathist": [ { "dlflstat": "1", "dlflstatdate": "2022-03-01" }, { "dlflstat": "2", "dlflstatdate": "2022-08-01" } ] }, { "inn": "3278508288", "dlds": "2023-10-24", "dldpf": "2030-10-24", "dlamt": "20000.00", "dlcurr": "980", "dlcelcred": "31", "typedeal": "CC", "statedeal": "CLOSE", "dldateclc": "2023-11-21", "dlamtexpuah": "0.00", "dldayexp": "0", "dlflstat": "12", "ex60y3uah": "0.00", "ex90y3uah": "0.00", "paymuah": "0.00", "dlamtcuruah": "0.00", "reqyear": "15", "ex90y1uah": "0.00", "ex60y1uah": "0.00", "ex30y1uah": "0.00", "ex30m6uah": "0.00", "ex1m6uah": "0.00", "cnt1m6uah": "0", "cnt30m6uah": "0", "ex60m6uah": "0.00", "cnt60m6uah": "0", "ex90m6uah": "0.00", "cnt90m6uah": "0", "ex180m6uah": "0.00", "cnt180m6uah": "0", "ex1y1uah": "0.00", "cnt1y1uah": "0", "cnt30y1uah": "0", "cnt60y1uah": "0", "cnt90y1uah": "0", "ex180y1uah": "0.00", "cnt180y1uah": "0", "ex30m18uah": "0.00", "cnt30m18uah": "0", "ex60m18uah": "0.00", "cnt60m18uah": "0", "ex90m18uah": "0.00", "cnt90m18uah": "0", "ex180m18uah": "0.00", "cnt180m18uah": "0", "ex30y3uah": "0.00", "cnt30y3uah": "0", "cnt60y3uah": "0", "cnt90y3uah": "0", "ex180y3uah": "0.00", "cnt180y3uah": "0", "ex30alluah": "0.00", "cnt30alluah": "0", "ex60alluah": "0.00", "cnt60alluah": "0", "ex90alluah": "0.00", "cnt90alluah": "0", "ex180alluah": "0.00", "cnt180alluah": "0", "ex60palluah": "0.00", "cnt60palluah": "0", "ex10cnt": "0", "cnt10m3uah": "0", "ex2cnt": "0", "exallcnt": "0", "dlref": "26203380697030", "orgtype": "BNK", "fpd": "0", "spd": "0", "tpd": "0", "fpspd": "0", "dlflstathist": [ { "dlflstat": "12", "dlflstatdate": "2023-11-01" } ] } ] }, { "id": "90", "descr": "Credit profile of the subject", "customCreditReport": { "crdeal": [ { "dlref": "26203380697030", "dlcelcred": "31", "dlvidobes": "90", "dlcurr": "980", "dlamt": "50000.00", "dldonor": "BNK", "dlrolesub": "1", "dlamtobes": "0.00", "deallife": [ { "dlref": "26203380697030", "dlmonth": "11", "dlyear": "2023", "dlds": "2023-10-24", "dldpf": "2030-10-24", "dldff": "", "dlflstat": "12", "dlamtlim": "20000.00", "dlamtpaym": "0.00", "dlamtcur": "0.00", "dlamtexp": "0.00", "dldayexp": "0", "dlflpay": "1", "dldateclc": "2023-11-21" } ] } ], "urating": { "score": "446", "scoredate": "2021-08-18" }, "ludomans": { "found": "0", "searchType": "" } } } ] } }

Request XML

<?xml version="1.0" encoding="UTF-8"?> <doc> <ubki sessid="7BD7E136E3BF470EAA2CFE2E8700000D"> <req_envelope descr="Request envelope"> <req_xml descr="Request object"> <request version="1.0" reqtype="48" reqreason="2"> <i reqlng="1"> <ident bdate="1989-10-05" mname="ВАСИЛІВНА" fname="ІРІНА" lname="ГАРНА" okpo="3278508288" /> <docs> <doc dtype="1" dser="АМ" dnom="578072" /> </docs> <contacts> <cont cval="+380962134234" ctype="3" /> </contacts> </i> </request> </req_xml> </req_envelope> </ubki> </doc>

Response XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ubkidata> <tech> <trace> <step name="build report" stm="2025-12-18 14:35:09.172" ftm="2025-12-18 14:35:09.846"/> </trace> <reqinfo reqid="req2#000004059815"/> </tech> <comp id="71" descr="Custom credit report"> <identshort mphone="+421224946000" email=""/> <credresshort reqmoreyear="0" reqmoreyearbnk="0" reqmoreyearfin="0" reqmoreyearnfin="0" reqyear="15" reqyearbnk="13" reqyearfin="2" reqyearnfin="0" reqhalfyear="15" reqhalfyearbnk="13" reqhalfyearfin="2" reqhalfyearnfin="0" reqquotyear="15" reqquotyearbnk="13" reqquotyearfin="2" reqquotyearnfin="0" reqmonth="15" reqmonthbnk="13" reqmonthfin="2" reqmonthnfin="0" reqweek="15" reqweekbnk="13" reqweekfin="2" reqweeknfin="0"/> <crdealshort inn="3278508288" dlds="2018-11-25" dldpf="2118-12-25" dlamt="0.00" dlcurr="980" dlcelcred="31" typedeal="CC" statedeal="CLOSE" dldateclc="2021-11-28" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00" reqyear="15" ex90y1uah="0.00" ex60y1uah="0.00" ex30y1uah="0.00" ex30m6uah="0.00" ex1m6uah="0.00" cnt1m6uah="0" cnt30m6uah="0" ex60m6uah="0.00" cnt60m6uah="0" ex90m6uah="0.00" cnt90m6uah="0" ex180m6uah="0.00" cnt180m6uah="0" ex1y1uah="0.00" cnt1y1uah="0" cnt30y1uah="0" cnt60y1uah="0" cnt90y1uah="0" ex180y1uah="0.00" cnt180y1uah="0" ex30m18uah="0.00" cnt30m18uah="0" ex60m18uah="0.00" cnt60m18uah="0" ex90m18uah="0.00" cnt90m18uah="0" ex180m18uah="0.00" cnt180m18uah="0" ex30y3uah="0.00" cnt30y3uah="0" cnt60y3uah="0" cnt90y3uah="0" ex180y3uah="0.00" cnt180y3uah="0" ex30alluah="0.00" cnt30alluah="0" ex60alluah="0.00" cnt60alluah="0" ex90alluah="0.00" cnt90alluah="0" ex180alluah="0.00" cnt180alluah="0" ex60palluah="0.00" cnt60palluah="0" ex10cnt="0" cnt10m3uah="0" ex2cnt="0" exallcnt="0" dlref="00012016890" orgtype="BNK" fpd="0" spd="0" tpd="0" fpspd="0"> <dlflstathist dlflstat="1" dlflstatdate="2021-04-01"/> <dlflstathist dlflstat="2" dlflstatdate="2021-11-01"/> </crdealshort> <crdealshort inn="3278508288" dlds="2022-03-23" dldpf="2023-07-23" dlamt="0.00" dlcurr="980" dlcelcred="7" typedeal="PL" statedeal="CLOSE" dldateclc="2022-08-03" dlamtexpuah="0.00" dldayexp="0" dlflstat="2" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00" reqyear="15" ex90y1uah="0.00" ex60y1uah="0.00" ex30y1uah="0.00" ex30m6uah="0.00" ex1m6uah="0.00" cnt1m6uah="0" cnt30m6uah="0" ex60m6uah="0.00" cnt60m6uah="0" ex90m6uah="0.00" cnt90m6uah="0" ex180m6uah="0.00" cnt180m6uah="0" ex1y1uah="0.00" cnt1y1uah="0" cnt30y1uah="0" cnt60y1uah="0" cnt90y1uah="0" ex180y1uah="0.00" cnt180y1uah="0" ex30m18uah="0.00" cnt30m18uah="0" ex60m18uah="0.00" cnt60m18uah="0" ex90m18uah="0.00" cnt90m18uah="0" ex180m18uah="0.00" cnt180m18uah="0" ex30y3uah="0.00" cnt30y3uah="0" cnt60y3uah="0" cnt90y3uah="0" ex180y3uah="0.00" cnt180y3uah="0" ex30alluah="0.00" cnt30alluah="0" ex60alluah="0.00" cnt60alluah="0" ex90alluah="0.00" cnt90alluah="0" ex180alluah="0.00" cnt180alluah="0" ex60palluah="0.00" cnt60palluah="0" ex10cnt="0" cnt10m3uah="0" ex2cnt="0" exallcnt="0" dlref="1000009435" orgtype="BNK" fpd="0" spd="0" tpd="0" fpspd="0"> <dlflstathist dlflstat="1" dlflstatdate="2022-03-01"/> <dlflstathist dlflstat="2" dlflstatdate="2022-08-01"/> </crdealshort> <crdealshort inn="3278508288" dlds="2023-10-24" dldpf="2030-10-24" dlamt="20000.00" dlcurr="980" dlcelcred="31" typedeal="CC" statedeal="CLOSE" dldateclc="2023-11-21" dlamtexpuah="0.00" dldayexp="0" dlflstat="12" ex60y3uah="0.00" ex90y3uah="0.00" paymuah="0.00" dlamtcuruah="0.00" reqyear="15" ex90y1uah="0.00" ex60y1uah="0.00" ex30y1uah="0.00" ex30m6uah="0.00" ex1m6uah="0.00" cnt1m6uah="0" cnt30m6uah="0" ex60m6uah="0.00" cnt60m6uah="0" ex90m6uah="0.00" cnt90m6uah="0" ex180m6uah="0.00" cnt180m6uah="0" ex1y1uah="0.00" cnt1y1uah="0" cnt30y1uah="0" cnt60y1uah="0" cnt90y1uah="0" ex180y1uah="0.00" cnt180y1uah="0" ex30m18uah="0.00" cnt30m18uah="0" ex60m18uah="0.00" cnt60m18uah="0" ex90m18uah="0.00" cnt90m18uah="0" ex180m18uah="0.00" cnt180m18uah="0" ex30y3uah="0.00" cnt30y3uah="0" cnt60y3uah="0" cnt90y3uah="0" ex180y3uah="0.00" cnt180y3uah="0" ex30alluah="0.00" cnt30alluah="0" ex60alluah="0.00" cnt60alluah="0" ex90alluah="0.00" cnt90alluah="0" ex180alluah="0.00" cnt180alluah="0" ex60palluah="0.00" cnt60palluah="0" ex10cnt="0" cnt10m3uah="0" ex2cnt="0" exallcnt="0" dlref="26203380697030" orgtype="BNK" fpd="0" spd="0" tpd="0" fpspd="0"> <dlflstathist dlflstat="12" dlflstatdate="2023-11-01"/> </crdealshort> </comp> <comp id="90" descr="Credit profile of the subject"> <customCreditReport> <crdeal dlref="26203380697030" dlcelcred="31" dlvidobes="90" dlcurr="980" dlamt="50000.00" dldonor="BNK" dlrolesub="1" dlamtobes="0.00"> <deallife dlref="26203380697030" dlmonth="11" dlyear="2023" dlds="2023-10-24" dldpf="2030-10-24" dldff="" dlflstat="12" dlamtlim="20000.00" dlamtpaym="0.00" dlamtcur="0.00" dlamtexp="0.00" dldayexp="0" dlflpay="1" dldateclc="2023-11-21"/> </crdeal> <urating score="446" scoredate="2021-08-18"/> <ludomans found="0" searchType=""/> </customCreditReport> </comp> </ubkidata>

Test URL

Test data

  • bdate="1991-03-30" mname="ПЕТРОВИЧ" fname="ВАДИМ" lname="НИКОЛАЕВ" okpo="3332643095" dtype="1" dser="ДО" dnom="270000" cval="+380981220000" ctype="3"

  • bdate="1974-08-20" mname="БОГДАНОВИЧ" fname="БОГДАН" lname="БОГДАНОВ" okpo="2726020593" dtype="17" dser="" dnom="001013900" cval="+380935171868" ctype="3"

  • bdate="1981-05-20" mname="ПЕТРОВНА" fname="МАРИЯ" lname="ИВАНЦОВА" okpo="2972566397" dtype="1" dser="СЕ" dnom="311111" cval="+380506630641" ctype="3"

  • bdate="1988-07-10" mname="ІВАНОВИЧ" fname="БОГДАН" lname="ПОШТАР" okpo="3233312116" dtype="1" dser="КО" dnom="220394" cval="+380971321122" ctype="3"

  • bdate="1991-04-06" mname="ВОЛОДИМИРОВИЧ" fname="ВОЛОДИМИР" lname="ТКАЧУК" okpo="3333312110" dtype="1" dser="ДД" dnom="222222" cval="+380732144444" ctype="3"

  • bdate="1985-03-20" mname="НИКИФОРОВНА" fname="АННА" lname="ЯРЦЕВА" okpo="3112579786" dtype="1" dser="СЮ" dnom="170000" cval="+380981224895" ctype="3"

  • bdate="1957-10-19" mname="ІГОРЕВНА" fname="АННА" lname="РИБАЧКА" okpo="2111118724" dtype="1" dser="ВВ" dnom="142228" cval="+380662134234" ctype="3"

  • bdate="1989-10-05" mname="ВАСИЛІВНА" fname="ІРІНА" lname="ГАРНА" okpo="3278508288" dtype="1" dser="АМ" dnom="578072" cval="+380962134234" ctype="3"

 

<comp id="76" descr="Information from the Register of persons who have restricted access to gambling establishments and/or participation in gambling (using credit funds)">

  • bdate="1957-10-19" mname="ІГОРЕВНА" fname="АННА" lname="РИБАЧКА" okpo="2111118724" dtype="1" dser="ВВ" dnom="142228" cval="+380662134234" ctype="3"

  • bdate="1991-04-06" mname="ВОЛОДИМИРОВИЧ" fname="ВОЛОДИМИР" lname="ТКАЧУК" okpo="3333312110" dtype="1" dser="ДД" dnom="222222" cval="+380732144444" ctype="3"