Get the response of tax registration number validate request
This endpoint takes the request id and returns the response of the tax registration number
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique request identifier.
Response
Contains the required properties for tax registration number validation response
Tax registration number
Defines the required properties to hold information about Country
{ "code": "code", "name": "name" }
Unique id of the request, this is to refer later to fetch the response.
Name of the entity(may be an individual or a business company) who owns the tax registration number
Address of the entity(may be an individual or a business company) who owns the tax registration number
Indicates status of the tax registration number.
VALID
, INVALID
, UNKNOWN
Indicates that tax registration number belong to a business entity or not.
Indicates that tax registration number is registered or not
Indicate the status of the business of tax registration number.
ACTIVE
, INACTIVE
, UNKNOWN
Indicates name of the source of tax registration number validation (like database, vies)
The externalId passed in the request
Any message about tax registration number validation request