GET
/
trn
/
validate
/
{requestId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

requestId
string
required

The unique request identifier.

Response

200 - application/json

Contains the required properties for tax registration number validation response

country
object
required

Defines the required properties to hold information about Country

trn
string
required

Tax registration number

address
string

Address of the entity(may be an individual or a business company) who owns the tax registration number

businessStatus
enum<string>

Indicate the status of the business of tax registration number.

Available options:
ACTIVE,
INACTIVE,
UNKNOWN
externalId
string

The externalId passed in the request

isBusiness
boolean

Indicates that tax registration number belong to a business entity or not.

isRegistered
boolean

Indicates that tax registration number is registered or not

message
string

Any message about tax registration number validation request

name
string

Name of the entity(may be an individual or a business company) who owns the tax registration number

requestId
string

Unique id of the request, this is to refer later to fetch the response.

trnStatus
enum<string>

Indicates status of the tax registration number.

Available options:
VALID,
INVALID,
UNKNOWN
validationDataSource
string

Indicates name of the source of tax registration number validation (like database, vies)