Belvo's unique identifier for the current item.
The link.id
the data belongs to.
The ISO-8601 timestamp when the data point was collected.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The fiscal institution's unique ID for the invoice that the tax retention relates to.
The tax retention code. For more information, see our SAT Catalogs DevPortal article.
The ISO-8601 timestamp of when the tax retention was issued.
The ISO-8601 timestamp of when the tax retention was certified.
The ISO-8601 timestamp of when the tax retention was canceled (if applicable).
Whether the invoice receiver is a Mexican national or not. If the receiver is not considered a Mexican national, the retained taxes can be calculated differently. Possible values:
NATIONAL
FOREIGN
The total amount of the invoice that the tax retention relates to.
Total amount that is exempt from taxation.
The total amount that can be taxed. Calculated as total_invoice_amount
- total_exempt_amount
.
A breakdown of the retained taxes.
The base amount that was used to calculate the tax retention.
Optional attribute to indicate the type of tax withheld for the period or year according to the SAT catalog.
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "link": "30cb4806-6e00-48a4-91c9-ca55968576c8", "collected_at": "2022-02-09T08:45:50.406032Z", "created_at": "2022-02-09T08:45:50.406032Z", "invoice_identification": "def404af-5eef-4112-aa99-d1ec8493b89a", "version": "1.0", "code": 25, "issued_at": "2019-01-03T21:10:40.000Z", "certified_at": "2019-01-03T21:10:41.000Z", "cancelled_at": null, "sender_id": "JKUF980404P0", "sender_name": "Roberto Nunez Batman", "receiver_nationality": "NATIONAL", "receiver_id": "GYGK3207809L1", "receiver_name": "ACME LTD", "total_invoice_amount": 53249.8, "total_exempt_amount": 1000.8, "total_retained_amount": 1550.7, "total_taxable_amount": 43249, "retention_breakdown": [ { … } ], "xml": "=XML-STRING=" }