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 retention
GET
/
tax-retentions
/
{id}
Copy
curl --request GET \
--url https://api.syntage.com/tax-retentions/{id} \
--header 'X-API-Key: <api-key>'
Copy
{
"@context": "/contexts/TaxRetention",
"@id": "/tax-retentions/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxRetention",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"uuid": "def404af-5eef-4112-aa99-d1ec8493b89a",
"version": 1,
"code": 25,
"description": "Información referente a la fiduciaria",
"issuer": {
"rfc": "AOM920820BEA",
"name": "APPLE OPERATIONS MEXICO S.A. DE C.V."
},
"receiver": {
"rfc": "PEIC211118IS0",
"name": "Pedro Infante Cruz",
"nationality": "national",
"curp": "PEIC123456ABCDEF12"
},
"pac": "SAT970701NN3",
"internalIdentifier": "00001",
"issuedAt": "2019-01-03T21:10:40.000Z",
"certifiedAt": "2019-01-03T21:10:41.000Z",
"canceledAt": "2023-11-07T05:31:56Z",
"items": [
{
"baseAmount": 45905,
"taxType": "002",
"retainedAmount": 7344,
"paymentType": "provisional"
}
],
"totalOperationAmount": 53249.8,
"totalTaxableAmount": 43249,
"totalExemptAmount": 1000.8,
"totalRetainedAmount": 1550.7,
"periodFrom": "2023-11-07T05:31:56Z",
"periodTo": "2023-11-07T05:31:56Z",
"pdf": true,
"xml": true,
"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 retention resource response
The response is of type object
.
Copy
curl --request GET \
--url https://api.syntage.com/tax-retentions/{id} \
--header 'X-API-Key: <api-key>'
Copy
{
"@context": "/contexts/TaxRetention",
"@id": "/tax-retentions/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxRetention",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"uuid": "def404af-5eef-4112-aa99-d1ec8493b89a",
"version": 1,
"code": 25,
"description": "Información referente a la fiduciaria",
"issuer": {
"rfc": "AOM920820BEA",
"name": "APPLE OPERATIONS MEXICO S.A. DE C.V."
},
"receiver": {
"rfc": "PEIC211118IS0",
"name": "Pedro Infante Cruz",
"nationality": "national",
"curp": "PEIC123456ABCDEF12"
},
"pac": "SAT970701NN3",
"internalIdentifier": "00001",
"issuedAt": "2019-01-03T21:10:40.000Z",
"certifiedAt": "2019-01-03T21:10:41.000Z",
"canceledAt": "2023-11-07T05:31:56Z",
"items": [
{
"baseAmount": 45905,
"taxType": "002",
"retainedAmount": 7344,
"paymentType": "provisional"
}
],
"totalOperationAmount": 53249.8,
"totalTaxableAmount": 43249,
"totalExemptAmount": 1000.8,
"totalRetainedAmount": 1550.7,
"periodFrom": "2023-11-07T05:31:56Z",
"periodTo": "2023-11-07T05:31:56Z",
"pdf": true,
"xml": true,
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
Assistant
Responses are generated using AI and may contain mistakes.