Core Resources
- Events
- Files
- Exports
- Entities
- Tags
Extractions
- Extractions
- Schedulers
Datasource: SAT
- Credentials
- Invoices
- Tax Retentions
- Tax Returns
- Tax Compliance Checks
- Tax Status
- Electronic Accounting
Datasource: RPC
- Entidades
Datasource: RUG
- Operaciones
- RUG Garantias
- Garantias
Datasource: Syntage
- Score
Datasource: Buró de Crédito
- Reports
- Authorizations
Insights
- Invoicing Annual Comparison
- Vendor Network
- Customer Network
- Customer Concentration
- Supplier Concentration
- Employees
- Expenditures
- Financial Institutions
- Financial Ratios
- Government Supplier
- Invoicing Blacklist
- Risks
- Sales Revenue
- Trial Balance
- Scores
- Cash Flow
- RPC Shareholders
- Balance Sheet
- Income Statement
- Invoicing Concentration
Webhooks
- Overview
- Webhook Endpoints
- Webhook Requests
Tax Compliance Checks
Retrieve a tax compliance check
GET
/
tax-compliance-checks
/
{id}
Copy
curl --request GET \
--url https://api.syntage.com/tax-compliance-checks/{id} \
--header 'X-API-Key: <api-key>'
Copy
{
"@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
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Response
200
application/ld+json
Tax compliance check resource response
The response is of type object
.
Copy
curl --request GET \
--url https://api.syntage.com/tax-compliance-checks/{id} \
--header 'X-API-Key: <api-key>'
Copy
{
"@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"
}
Assistant
Responses are generated using AI and may contain mistakes.