get
https://api-sandbox.asaas.com/v3/fiscalInfo/
Endpoint used to retrieve the fiscal configuration currently registered in the account.
This request allows you to validate whether the information required for invoice issuance has already been configured correctly.
Returned information
The response may include information such as:
- tax regime classification (
simplesNacional) - municipal registration (
municipalInscription) - CNAE (
cnae) - RPS series and number (
rpsSerieandrpsNumber) - additional data related to the fiscal configuration
Use cases
This endpoint is useful for:
- verifying whether the account is already configured for invoice issuance
- confirming whether the company is enrolled in the Simples Nacional tax regime
- validating which information has already been registered before updating the configuration
AttentionIf no fiscal configuration has been registered yet, the API will return
HTTP 404.
- It is recommended to validate this scenario before executing fiscal issuance flows.
- The absence of a fiscal configuration prevents invoice issuance through the API.
403Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.
