NIP Validation
A-Cube is integrated with GUS platform and can give additional level of validation in terms of NIP number.
Based on provided information by the client and status of the NIP in GUS, user will receive boolean status of the validated NIP number.
Query
{
"nips": [7740001454,7740001411]
}
Response
{
"nips": [
{
"nip": 7740001454,
"isValid": true
},
{
"nip": 7740001411,
"isValid": false
}
]
}
This information can be used in Client's systems to keep their data up-to-date.
To find out more - check LegalEntity API section.