Skip to main content
Electronic accounting records represent accounting XML files submitted to SAT and the SAT processing information associated with those files. Records include the fiscal period, accounting file type, filename, status, received date, and related files. Use these endpoints to retrieve electronic accounting submissions for an entity or inspect a specific record after an electronic accounting extraction finishes.

Extracting Electronic Accounting Data

Create an extraction with extractor set to electronic_accounting to retrieve electronic accounting records for an entity.
{
  "entity": "/entities/7b3a25a9-a53a-4846-abe6-f2574c9c2d5d",
  "extractor": "electronic_accounting",
  "options": {
    "period": {
      "from": "2023-01-01",
      "to": "2024-12-31"
    }
  }
}
After the extraction reaches finished, read the resulting electronic accounting records from the entity electronic accounting list.