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
Retrieve a tax status
GET
/
tax-status
/
{id}
curl --request GET \
--url https://api.syntage.com/tax-status/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/TaxStatus",
"@id": "/tax-status/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxStatus",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"file": {
"type": "TaxStatus",
"resource": "/tax-status/91106968-1abd-4d64-85c1-4e73d96fb997",
"mimeType": "application/pdf",
"extension": "pdf",
"filename": "91106968-1abd-4d64-85c1-4e73d96fb997.pdf"
},
"rfc": "PEIC211118IS0",
"cif": 20060152922,
"person": {
"fullName": "Pedro Infante Cruz",
"firstName": "Pedro",
"middleName": "Infante",
"lastName": "Cruz",
"curp": "PEIC90110UEYBVT85"
},
"company": {
"legalName": "APPLE OPERATIONS MEXICO",
"tradeName": "APPLE OPERATIONS MEXICO S.A. DE C.V.",
"entityType": "SOCIEDAD ANONIMA DE CAPITAL VARIABLE"
},
"email": "my-email@test.com",
"phone": "5512345678",
"address": {
"streetReferences": [
"Camiño Galván"
],
"streetNumber": "8124",
"buildingNumber": "496",
"locality": "TUXTLA GUTIERREZ",
"municipality": "TUXTLA GUTIERREZ",
"postalCode": "29000",
"state": "CHIAPAS",
"streetName": "Plaza Jorge Luis",
"streetType": "Calle",
"neighborhood": "Paseo Ricardo",
"statusRaw": "LOCALIZADO - Domicilio Localizado"
},
"economicActivities": [
{
"name": "Asalariado",
"order": "1",
"percentage": "100",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"taxRegimes": [
{
"code": 601,
"name": "Régimen de Sueldos y Salarios e Ingresos Asimilados a Salarios",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"obligations": [
{
"description": "Pago definitivo mensual de IVA.",
"dueDate": "A más tardar el día 17 del mes inmediato posterior al periodo que corresponda.",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"startedOperationsAt": "2023-11-07T05:31:56Z",
"status": "Activo",
"statusUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "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 status resource response
The response is of type object
.
curl --request GET \
--url https://api.syntage.com/tax-status/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/TaxStatus",
"@id": "/tax-status/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxStatus",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"file": {
"type": "TaxStatus",
"resource": "/tax-status/91106968-1abd-4d64-85c1-4e73d96fb997",
"mimeType": "application/pdf",
"extension": "pdf",
"filename": "91106968-1abd-4d64-85c1-4e73d96fb997.pdf"
},
"rfc": "PEIC211118IS0",
"cif": 20060152922,
"person": {
"fullName": "Pedro Infante Cruz",
"firstName": "Pedro",
"middleName": "Infante",
"lastName": "Cruz",
"curp": "PEIC90110UEYBVT85"
},
"company": {
"legalName": "APPLE OPERATIONS MEXICO",
"tradeName": "APPLE OPERATIONS MEXICO S.A. DE C.V.",
"entityType": "SOCIEDAD ANONIMA DE CAPITAL VARIABLE"
},
"email": "my-email@test.com",
"phone": "5512345678",
"address": {
"streetReferences": [
"Camiño Galván"
],
"streetNumber": "8124",
"buildingNumber": "496",
"locality": "TUXTLA GUTIERREZ",
"municipality": "TUXTLA GUTIERREZ",
"postalCode": "29000",
"state": "CHIAPAS",
"streetName": "Plaza Jorge Luis",
"streetType": "Calle",
"neighborhood": "Paseo Ricardo",
"statusRaw": "LOCALIZADO - Domicilio Localizado"
},
"economicActivities": [
{
"name": "Asalariado",
"order": "1",
"percentage": "100",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"taxRegimes": [
{
"code": 601,
"name": "Régimen de Sueldos y Salarios e Ingresos Asimilados a Salarios",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"obligations": [
{
"description": "Pago definitivo mensual de IVA.",
"dueDate": "A más tardar el día 17 del mes inmediato posterior al periodo que corresponda.",
"endDate": "2023-12-25",
"startDate": "2023-12-25"
}
],
"startedOperationsAt": "2023-11-07T05:31:56Z",
"status": "Activo",
"statusUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
Assistant
Responses are generated using AI and may contain mistakes.