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:
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 Name | From version | Description | Parameter type | Default value | Field type | Comments and restricitons |
---|---|---|---|---|---|---|
Tax ID / Account number* | 1.0.7 | The value with which we are looking for a business entity. | Text | Editable field | ||
Date | 1.0.7 | Downloading information for a selected day. | Date | Editable field | ||
Type* | 1.0.7 | The type of the parameter we search for information on. | Text | Value list | Editable field | |
The mapping key | 1.0.7 | Selected downloaded parameters for mapping. | Text Array | Value list | All available keys in the table below | |
Variable | 1.0.7 | Variable used to write the value. | Vairables Array | |||
Processing status | 1.0.7 | Value 'OK' when data has been successfully downloaded. Otherwise, the content of the error. | Variable | |||
Comment | 1.0.7 | Logical | YES | Only error messages |
MAPPING TABLE OF ECONOMY INFORMATION PARAMETERS | |||
Klucz | Nazwa | Opis | Typ |
---|---|---|---|
NAME | Name | Company (name) or first and last name. | string |
NIP | Tax ID | Tax identification number. | string |
STATUS_VAT | VAT taxpayer status | Czynny,Zwolniony,Niezarejestrowany. | string |
REGON | REGON | REGON identification number. | string |
PESEL | Pesel | Universal Electronic System for Registration of the Population. | string |
KRS | KRS | KRS number, if assigned. | string |
RESIDENCE_ADDRESS | Business address | Address of the registered office of a natural person running a business. | string |
WORKING_ADRESS | HQ adress | The address of the NATURAL PERSON or the registered office of the ORGANIZATION. | string |
REPRESENTATIVES_COMPANY_NAME | Representatives Table - Name | Data of persons belonging to the body authorized to represent the entity. | string[] |
REPRESENTATIVES_FIRST_NAME | Representatives Table - First name | Data of persons belonging to the body authorized to represent the entity. | string[] |
REPRESENTATIVES_LAST_NAME | Representatives Table - Last name | Data of persons belonging to the body authorized to represent the entity. | string[] |
REPRESENTATIVES_PESEL | Representatives Table - Pesel | Data of persons belonging to the body authorized to represent the entity. | string[] |
REPRESENTATIVES_NIP | Representatives Table - Tax ID | Data of persons belonging to the body authorized to represent the entity. | string[] |
AUTHORIZED_CLERKS_COMPANY_NAME | Authorized clerk Table - Name | Data of authorized clerks. | string[] |
AUTHORIZED_CLERKS_FIRST_NAME | Authorized clerk Table - First name | Data of authorized clerks. | string[] |
AUTHORIZED_CLERKS_LAST_NAME | Authorized clerk Table - Last name | Data of authorized clerks. | string[] |
AUTHORIZED_CLERKS_PESEL | Authorized clerk Table - Pesel | Data of authorized clerks. | string[] |
AUTHORIZED_CLERKS_NIP | Authorized clerk Table - Tax ID | Data of authorized clerks. | string[] |
PARTNERS_COMPANY_NAME | Partners Table - Name | Data of the partners. | string[] |
PARTNERS_FIRST_NAME | Partners Table - First name | Data of the partners. | string[] |
PARTNERS_LAST_NAME | Partners Table - Last name | Data of the partners. | string[] |
PARTNERS_PESEL | Partners Table - Pesel | Data of the partners. | string[] |
PARTNERS_NIP | Partners Table - Nip | Data of the partners. | string[] |
REGISTRATION_LEGAL_DATE | Date of registration | Date of registration as a VAT payer. | date |
REGISTRATION_DENIAL_DATE | Date of refusal | Date of refusal to register as a VAT payer. | date |
REGISTRATION_DENIAL_BASIS | Legal basis for refusal | Legal basis for refusing registration. | string |
RESTORATION_DATE | Date of reinstatement | Date of reinstatement as a VAT payer | date |
RESTORATION_BASIS | Legal basis for restoration | Legal basis for reinstatement as a VAT payer. | string |
REMOVAL_DATE | Date of removal | Date of removal of refusal to register as a VAT taxpayer. | date |
REMOVAL_BASIS | Legal basis for removal | Legal basis for removal of refusal to register as a VAT taxpayer. | string[] |
ACCOUNT_NUMBERS | Bank account numbers | Bank account numbers Table. | string[] |
HAS_VIRTUAL_ACCOUNTS | Has virtual accounts | Information whether the economic entity has virtual accounts. | boolean |
REQUEST_ID | Request ID | The id of the query from the MF server. | string |
REQUEST_DATETIME | Request DateTime | Date of the MF server polling. | datetime |
Sample configuration
Example
- Data searched using NIP:: 8561846394
- Use the selected api: https://wl-api.mf.gov.pl/api/search/nip/8561846394?date=2021-01-11
- Data downloaded in the form of JSON
- Rewriting the retrieved values to form variables
Change log
1.0.7
0 Comments