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
  • Input
  • Response Content
  • Sandbox test input

Was this helpful?

  1. Integrations
  2. KRD

Company Report

Input

{
    "nip": "5225145009"
}

Response Content

krd

Attribute
Type
Description

object

Contains information about the company report

companyReport

Attribute
Type
Description

companyReport

object

Contains information about the company report

object

Contains information about the disclosure report

disclosureReport

Attribute
Type
Description

number

string

The identification number of the disclosure report

created

string

The date and time when the disclosure report was created

object

The search criterion used to generate the disclosure report

object

The requester of the disclosure report

summary

object

Summary of the disclosure report

positiveInformationSummary

object

Summary of the positive information in the disclosure report

report

object

Detailed information about the disclosure report

searchCriterion

Attribute
Type
Description

nonConsumerIdentityNumber

object

The non-consumer identity number used in the search criterion

authorizationDateSpecified

boolean

Indicates whether the authorization date was specified in the search criterion

actAuthorizationDateSpecified

boolean

Indicates whether the authorization date of the act was specified in the search criterion

searchType

string

The type of search performed in the search criterion

searchCriterionType

string

The type of search criterion used in the search

requester

Attribute
Type
Description

object

The legal person who requested the disclosure report

loginFullName

string

The full name of the person who requested the disclosure report

legalPerson

Attribute
Type
Description

name

string

The name of the legal person

object

The identity number of the legal person

object

The address of the legal person's seat

identityNumber

Attribute
Type
Description

taxId

string

The tax identification number of the legal person

seatAddress

Attribute
Type
Description

line

array

An array of strings containing the address

Field
Type
Description

informationCount

number

The number of information in the disclosure report

debtorsCount

number

The number of debtors in the disclosure report

creditorsCount

number

The number of creditors in the disclosure report

totalArrears

object

The total amount of arrears in the disclosure report

oinformationCount

number

The number of positive information in the disclosure report

dinformationCount

number

The number of negative information in the disclosure report

Field
Type
Description

providersCount

number

The number of providers in the positive information summary

paidObligationsCount

number

The number of paid obligations in the positive information summary

averagePaidDebt

number

The average amount of paid debt in the positive information summary

averagePaymentTimeInDays

number

The average payment time in days in the positive information summary

sumPaidDebt

object

The total amount of paid debt in the positive information summary

KRD Chase SearchNonConsumer output example

{
    "krd":{
        "companyReport":{
            "disclosureReport":{
                "number":"U1/0000606670/2022",
                "created":"2022-08-05T08:54:42.000+00:00",
                "searchCriterion":{
                    "nonConsumerIdentityNumber":{
                        "taxId":"3379102411"
                    },
                    "authorizationDateSpecified":false,
                    "actAuthorizationDateSpecified":false,
                    "searchType":"REGULAR_SEARCH",
                    "searchCriterionType":"TAX_ID"
                },
                "requester":{
                    "legalPerson":{
                        "name":"Sample Company sp. z o.o.",
                        "identityNumber":{
                            "taxId":"5252812929"
                        },
                        "seatAddress":{
                            "line":[
                                "Rynek Nowego Miasta 9/9, Warszawa",
                                "00-229 Warszawa",
                                "PL"
                            ]
                        }
                    },
                    "loginFullName":"Jan Kowalski"
                },
                "summary":{
                    "informationCount":1,
                    "debtorsCount":1,
                    "creditorsCount":1,
                    "totalArrears":{
                        "amount":976.32,
                        "currency":"PLN"
                    },
                    "oinformationCount":1,
                    "dinformationCount":0
                },
                "positiveInformationSummary":{
                    "providersCount":1,
                    "paidObligationsCount":1,
                    "averagePaidDebt":976.32,
                    "averagePaymentTimeInDays":24,
                    "sumPaidDebt":976.3200
                },
                "report":{
                    "obligationInformations":{
                        "obligationInformation":[
                            {
                                "debtor":{
                                    "legalPerson":{
                                        "name":"Onixy TAXI",
                                        "identityNumber":{
                                            "taxId":"3379102411"
                                        },
                                        "seatAddress":{
                                            "line":[
                                                "Maślana 19C/9",
                                                "51-003 Wrocław",
                                                "PL"
                                            ]
                                        }
                                    }
                                },
                                "provider":{
                                    "legalPerson":{
                                        "name":"Sample Company sp. z o.o.",
                                        "identityNumber":{
                                            "taxId":"5252812929"
                                        },
                                        "seatAddress":{
                                            "line":[
                                                "ul. Rynek Nowego Miasta 9/9, Warszawa",
                                                "00-229 Warszawa",
                                                "PL"
                                            ]
                                        }
                                    },
                                    "category":0
                                },
                                "title":"Umowa sprzedaży",
                                "type":"CONTRACT",
                                "paymentDate":"2018-07-03T22:00:00.000+00:00",
                                "proceedings":"postępowanie egzekucyjne",
                                "objections":"Kwestionowanie całości zobowiązania",
                                "noObjections":false,
                                "callSent":"2018-07-03T22:00:00.000+00:00",
                                "arrears":{
                                    "amount":976.32,
                                    "currency":"PLN"
                                },
                                "category":0
                            }
                        ]
                    },
                    "paidObligationInformations":{
                        "paidObligationInformation":[
                            {
                                "provider":{
                                    "legalPerson":{
                                        "identityNumber":{
                                            "taxId":"5252812929"
                                        },
                                        "name":"Sample Company sp. z o.o.",
                                        "seatAddress":{
                                            "line":[
                                                "ul. Rynek Nowego Miasta 9/9, Warszawa",
                                                "00-229 Warszawa",
                                                "PL"
                                            ]
                                        }
                                    },
                                    "category":0
                                },
                                "showProvider":true,
                                "paidObligationsForSubjects":{
                                    "paidObligationsForSubject":[
                                        {
                                            "subject":{
                                                "legalPerson":{
                                                    "identityNumber":{
                                                        "taxId":"3379102411"
                                                    },
                                                    "name":"Onixy TAXI",
                                                    "seatAddress":{
                                                        "line":[
                                                            "Maœlana 19C/9",
                                                            "51-003 Wrocław",
                                                            "PL"
                                                        ]
                                                    }
                                                }
                                            },
                                            "paidObligations":{
                                                "paidObligation":[
                                                    {
                                                        "currency":"PLN",
                                                        "totalDebt":976.3200,
                                                        "paidDebt":976.3200,
                                                        "dueDate":"2021-10-31T23:00:00.000+00:00",
                                                        "paidDate":"2021-11-24T23:00:00.000+00:00",
                                                        "reason":"Invoice",
                                                        "isSumOfInstalments":false,
                                                        "totalDebtPLN":976.3200,
                                                        "paidDebtPLN":976.3200,
                                                        "category":0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            }
        }
    },
    "rawResponses":{
        "krd":{
            "companyReport":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><ns3:InformationDisclosureResponse xmlns=\"http://krd.pl/Authorization\" xmlns:ns6=\"http://krd.pl/Rastin/Fault\" xmlns:ns5=\"http://krd.pl/Rastin/Dto\" xmlns:ns7=\"http://krd.pl/Chase3.1/Fault\" xmlns:ns2=\"http://krd.pl/Authorization/Response\" xmlns:ns4=\"http://krd.pl/Faults\" xmlns:ns3=\"http://krd.pl/Chase3.1/Dto\"><ns3:DisclosureReport><ns3:Number>U1/0000606670/2022</ns3:Number><ns3:Created>2022-08-05T10:54:42+02:00</ns3:Created><ns3:SearchCriterion><ns3:NonConsumerIdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:NonConsumerIdentityNumber><ns3:AuthorizationDateSpecified>false</ns3:AuthorizationDateSpecified><ns3:ActAuthorizationDateSpecified>false</ns3:ActAuthorizationDateSpecified><ns3:SearchType>RegularSearch</ns3:SearchType><ns3:SearchCriterionType>TaxId</ns3:SearchCriterionType></ns3:SearchCriterion><ns3:Requester><ns3:LegalPerson><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson><ns3:LoginFullName>Jan Kowalski</ns3:LoginFullName></ns3:Requester><ns3:Summary><ns3:InformationCount>1</ns3:InformationCount><ns3:OInformationCount>1</ns3:OInformationCount><ns3:DInformationCount>0</ns3:DInformationCount><ns3:DebtorsCount>1</ns3:DebtorsCount><ns3:CreditorsCount>1</ns3:CreditorsCount><ns3:TotalArrears><ns3:Amount>976.32</ns3:Amount><ns3:Currency>PLN</ns3:Currency></ns3:TotalArrears></ns3:Summary><ns3:PositiveInformationSummary><ns3:ProvidersCount>1</ns3:ProvidersCount><ns3:PaidObligationsCount>1</ns3:PaidObligationsCount><ns3:AveragePaidDebt>976.32</ns3:AveragePaidDebt><ns3:AveragePaymentTimeInDays>24</ns3:AveragePaymentTimeInDays><ns3:SumPaidDebt>976.3200</ns3:SumPaidDebt></ns3:PositiveInformationSummary><ns3:Report><ns3:ObligationInformations><ns3:ObligationInformation category=\"0\"><ns3:Debtor><ns3:LegalPerson><ns3:Name>Onixy TAXI</ns3:Name><ns3:IdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>Maślana 19C/9</ns3:Line><ns3:Line>51-003 Wrocław</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Debtor><ns3:Provider category=\"0\"><ns3:LegalPerson><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>ul. Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Provider><ns3:Title>Umowa sprzedaży</ns3:Title><ns3:Type>Contract</ns3:Type><ns3:PaymentDate>2018-07-04T00:00:00+02:00</ns3:PaymentDate><ns3:Proceedings>postępowanie egzekucyjne</ns3:Proceedings><ns3:Objections>Kwestionowanie całości zobowiązania</ns3:Objections><ns3:NoObjections>false</ns3:NoObjections><ns3:CallSent>2018-07-04T00:00:00+02:00</ns3:CallSent><ns3:Arrears><ns3:Amount>976.32</ns3:Amount><ns3:Currency>PLN</ns3:Currency></ns3:Arrears></ns3:ObligationInformation></ns3:ObligationInformations><ns3:PaidObligationInformations><ns3:PaidObligationInformation><ns3:Provider category=\"0\"><ns3:LegalPerson><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:SeatAddress><ns3:Line>ul. Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Provider><ns3:ShowProvider>true</ns3:ShowProvider><ns3:PaidObligationsForSubjects><ns3:PaidObligationsForSubject><ns3:Subject><ns3:LegalPerson><ns3:IdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:IdentityNumber><ns3:Name>Onixy TAXI</ns3:Name><ns3:SeatAddress><ns3:Line>Maœlana 19C/9</ns3:Line><ns3:Line>51-003 Wrocław</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Subject><ns3:PaidObligations><ns3:PaidObligation category=\"0\"><ns3:Currency>PLN</ns3:Currency><ns3:TotalDebt>976.3200</ns3:TotalDebt><ns3:PaidDebt>976.3200</ns3:PaidDebt><ns3:DueDate>2021-11-01T00:00:00+01:00</ns3:DueDate><ns3:PaidDate>2021-11-25T00:00:00+01:00</ns3:PaidDate><ns3:Reason>Invoice</ns3:Reason><ns3:IsSumOfInstalments>false</ns3:IsSumOfInstalments><ns3:TotalDebtPLN>976.3200</ns3:TotalDebtPLN><ns3:PaidDebtPLN>976.3200</ns3:PaidDebtPLN></ns3:PaidObligation></ns3:PaidObligations></ns3:PaidObligationsForSubject></ns3:PaidObligationsForSubjects></ns3:PaidObligationInformation></ns3:PaidObligationInformations></ns3:Report></ns3:DisclosureReport></ns3:InformationDisclosureResponse>"
        }
    }
}

Sandbox test input

nip
unpaid liability
fulfillment of obligations

5294395100

false

false

7985661864

false

false

1115647216

false

false

3379102411

false

true

7764760757

false

true

1070747845

false

true

PreviousKRDNextPersonal Report

Last updated 1 year ago

Was this helpful?

companyReport
disclosureReport
searchCriterion
requester
legalPerson
identityNumber
seatAddress