Tax ID from Gov

Perform a data query to fetch customer information.

Response Attributes

taxId string

Customer Tax ID.


name string

Full name of the customer.


status enum

Current status of the Tax ID. Possible values:

StatusDescription
REGULARRegular
SUSPENSASuspended
TITULAR FALECIDODeceased Owner
PENDENTE DE REGULARIZAÇÃOPending Regularization
CANCELADACanceled
NULANull
REJECTEDRejected

countryOrigin string

Country of origin, if applicable. Empty if not provided.


motherName string

Full name of the customer's mother.


birthDate datetime

Date of birth in UTC format (YYYY-MM-DDTHH:mm:ss.sssZ).


deathDate datetime

Date of death, if applicable. null if the individual is alive.


gender enum

Gender of the customer. Possible values:

GenderDescription
FFemale
MMale
UUndefined

Special Cases

Underage Customer

When the customer is a minor, data retrieval is restricted by legal constraints. In this case:

  • The name field will be set to "Menor de idade".

  • The status field will be set to "REJECTED".

  • All personal data fields (countryOrigin, motherName, birthDate, deathDate, gender) will be null.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!