Polish VAT Whitelist

Get informations about companies VAT status

What kind of data I will get

By using this integration, you will get information about VAT status of company. This data will be taken from the government data register.

Input

Query company data by nip.

{
  "nip": "1580056873"
}

Query company data by iban.

{
  "iban": "37928400055119019661627633"
}

Response content

polishWhiteList

AttributeTypeDescription

name

string

Name of the business entity

nip

string

Tax identification number (NIP)

statusVat

string

VAT taxpayer status

regon

string

National Business Registry Number (REGON)

residenceAddress

string

Address of the business entity

representatives

array

List of representatives

authorizedClerks

array

List of authorized clerks

partners

array

List of partners

registrationLegalDate

string

Date of registration

registrationDenial

object

Information about registration denial

restoration

object

Information about restoration

removal

object

Information about removal

accountNumbers

array

List of bank account numbers

hasVirtualAccounts

boolean

Whether the business entity has virtual accounts

Example response

{
    "polishWhiteList" : {
        "requestId" : "KdGcs-8fjfjd9",
        "requestDateTime" : "09-06-2020 16:38:57",
        "details" : [{
            "name" : "RAFAŁ MALARCZYK",
            "nip" : "1580056873",
            "statusVat" : "ACTIVE",
            "regon" : "855193920",
            "residenceAddress" : "JODŁOWA 51, 28-500 MŁAWA",
            "representatives" : [ ],
            "authorizedClerks" : [ ],
            "partners" : [ ],
            "registrationLegalDate" : "2014-09-01",
            "registrationDenial" : { },
            "restoration" : { },
            "removal" : { },
            "accountNumbers" : [ "37928400055119019661627633", "24800200040882909458077296" ],
            "hasVirtualAccounts" : false
        }]
    }
}

Last updated