Validate the tax registration number
This endpoint takes the details of tax registration number and validate.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Contains the required properties for tax registration number validation request
Defines the required properties to hold information about Country
Tax registration number
Way to relate the request and response, if passed then the same value should be returned in response
Name of the tag registration number owner
Tax registration number of the entity or person who is requesting validation
Code of the tax office, some country need it to validate tax registration number
Indicates the type of the tax registration number.
INDIVIDUAL
, BUSINESS
, GST
, VAT
, ENTITY
, UNKNOWN
Validate tax registration number on given date
Response
Contains the required properties for tax registration number validation response
Defines the required properties to hold information about Country
Tax registration number
Address of the entity(may be an individual or a business company) who owns the tax registration number
Indicate the status of the business of tax registration number.
ACTIVE
, INACTIVE
, UNKNOWN
The externalId passed in the request
Indicates that tax registration number belong to a business entity or not.
Indicates that tax registration number is registered or not
Any message about tax registration number validation request
Name of the entity(may be an individual or a business company) who owns the tax registration number
Unique id of the request, this is to refer later to fetch the response.
Indicates status of the tax registration number.
VALID
, INVALID
, UNKNOWN
Indicates name of the source of tax registration number validation (like database, vies)