GET
/
tax-compliance-checks
/
{id}
Retrieve a tax compliance check
curl --request GET \
  --url https://api.syntage.com/tax-compliance-checks/{id} \
  --header 'X-API-Key: <api-key>'
{
  "@context": "/contexts/TaxComplianceCheck",
  "@id": "/tax-compliance-checks/91106968-1abd-4d64-85c1-4e73d96fb997",
  "@type": "TaxComplianceCheck",
  "id": "91106968-1abd-4d64-85c1-4e73d96fb997",
  "file": {
    "type": "tax_compliance_check.pdf",
    "resource": "/tax-compliance-check/91106968-1abd-4d64-85c1-4e73d96fb997",
    "mimeType": "application/pdf",
    "extension": "pdf",
    "filename": "PEIC211118IS0_20RD1174999.pdf"
  },
  "internalIdentifier": "20NE1234567",
  "taxpayer": {
    "rfc": "PEIC211118IS0",
    "name": "Pedro Infante Cruz"
  },
  "result": "no_obligations",
  "checkedAt": "2020-01-01T12:15:00.000Z",
  "createdAt": "2020-01-01T12:15:00.000Z"
}

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Response

Tax compliance check resource response

@context
string
default:/contexts/TaxComplianceCheck
@id
string<iri-reference>

Tax Compliance Check IRI reference

Example:

"/tax-compliance-checks/91106968-1abd-4d64-85c1-4e73d96fb997"

@type
string
default:TaxComplianceCheck
id
string
Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

file
object
Example:
{
"type": "tax_compliance_check.pdf",
"resource": "/tax-compliance-check/91106968-1abd-4d64-85c1-4e73d96fb997",
"mimeType": "application/pdf",
"extension": "pdf",
"filename": "PEIC211118IS0_20RD1174999.pdf"
}
internalIdentifier
string

The internal identifier (folio) generated by the SAT

Example:

"20NE1234567"

taxpayer
object
result
enum<string>
Available options:
positive,
negative,
no_obligations,
activity_suspended
Example:

"no_obligations"

checkedAt
string

Check date

Example:

"2020-01-01T12:15:00.000Z"

createdAt
string

Date and time the resource was created

Example:

"2020-01-01T12:15:00.000Z"