Skip to end of metadata
Go to start of metadata

 

Basic info

Component ID in PWFL: vendor.checker.entity-info.action

Category: Plus Vendor Checker

Available from version: 1.0.X

Description
Retrieves detailed information about an economic entity directly from the website of the Ministry of Finance using the tax identification number or account number. The component uses the provided methods (/ api / search / nip / {nip} and / api / search / bank-account /) with API MF
Action destination:
  • Form
  • Variable (the NIP / Account number field is not visible in the configuration, the value is taken directly from the variable)
  • Button
Configuration parameters
Parameter NameFrom versionDescriptionParameter typeDefault valueField typeComments and restricitons
Tax ID / Account number*1.0.7The value with which we are looking for a business entity.Text Editable field 
Date1.0.7Downloading information for a selected day.Date Editable field 
Type*1.0.7The type of the parameter we search for information on.TextValue listEditable field 
The mapping key1.0.7Selected downloaded parameters for mapping.Text ArrayValue list All available keys in the table below
Variable1.0.7Variable used to write the value.Vairables Array   
Processing status1.0.7Value 'OK' when data has been successfully downloaded. Otherwise, the content of the error.Variable   
Comment1.0.7 LogicalYES Only error messages
MAPPING TABLE OF ECONOMY INFORMATION PARAMETERS
KluczNazwaOpisTyp
NAMENameCompany (name) or first and last name.string
NIPTax IDTax identification number.string
STATUS_VATVAT taxpayer statusCzynny,Zwolniony,Niezarejestrowany.string
REGONREGONREGON identification number.string
PESELPeselUniversal Electronic System for Registration of the Population.string
KRSKRSKRS number, if assigned.string
RESIDENCE_ADDRESSBusiness addressAddress of the registered office of a natural person running a business.string
WORKING_ADRESSHQ adressThe address of the NATURAL PERSON or the registered office of the ORGANIZATION.string
REPRESENTATIVES_COMPANY_NAMERepresentatives Table - NameData of persons belonging to the body authorized to represent the entity.string[]
REPRESENTATIVES_FIRST_NAMERepresentatives Table - First nameData of persons belonging to the body authorized to represent the entity.string[]
REPRESENTATIVES_LAST_NAMERepresentatives Table - Last nameData of persons belonging to the body authorized to represent the entity.string[]
REPRESENTATIVES_PESELRepresentatives Table - PeselData of persons belonging to the body authorized to represent the entity.string[]
REPRESENTATIVES_NIPRepresentatives Table - Tax IDData of persons belonging to the body authorized to represent the entity.string[]
AUTHORIZED_CLERKS_COMPANY_NAMEAuthorized clerk Table - Name Data of authorized clerks.string[]
AUTHORIZED_CLERKS_FIRST_NAMEAuthorized clerk Table - First nameData of authorized clerks.string[]
AUTHORIZED_CLERKS_LAST_NAMEAuthorized clerk Table - Last nameData of authorized clerks.string[]
AUTHORIZED_CLERKS_PESELAuthorized clerk Table - PeselData of authorized clerks.string[]
AUTHORIZED_CLERKS_NIPAuthorized clerk Table -  Tax IDData of authorized clerks.string[]
PARTNERS_COMPANY_NAMEPartners Table - Name Data of the partners.string[]
PARTNERS_FIRST_NAMEPartners Table - First nameData of the partners.string[]
PARTNERS_LAST_NAMEPartners Table - Last nameData of the partners.string[]
PARTNERS_PESELPartners Table - PeselData of the partners.string[]
PARTNERS_NIPPartners Table - NipData of the partners.string[]
REGISTRATION_LEGAL_DATEDate of registration Date of registration as a VAT payer.date
REGISTRATION_DENIAL_DATEDate of refusal Date of refusal to register as a VAT payer.date
REGISTRATION_DENIAL_BASISLegal basis for refusalLegal basis for refusing registration.string
RESTORATION_DATEDate of reinstatementDate of reinstatement as a VAT payerdate
RESTORATION_BASISLegal basis for restoration Legal basis for reinstatement as a VAT payer.string
REMOVAL_DATEDate of removalDate of removal of refusal to register as a VAT taxpayer.date
REMOVAL_BASISLegal basis for removalLegal basis for removal of refusal to register as a VAT taxpayer.string[]
ACCOUNT_NUMBERSBank account numbersBank account numbers Table.string[]
HAS_VIRTUAL_ACCOUNTSHas virtual accountsInformation whether the economic entity has virtual accounts.boolean
REQUEST_IDRequest IDThe id of the query from the MF server.string
REQUEST_DATETIMERequest DateTimeDate of the MF server polling.datetime
Sample configuration

 

 

Example
  1. Data searched using NIP:: 8561846394
  2. Use the selected api: https://wl-api.mf.gov.pl/api/search/nip/8561846394?date=2021-01-11
  3. Data downloaded in the form of JSON

  4. Rewriting the retrieved values to form variables

Change log

1.0.7

  • Adding component 



  • No labels
Write a comment…