SAT REST API

Check your clients’ issued and received invoice history

Overview:

Get the invoice history for a specific period linked to an RFC in minutes.


This service helps you identify key aspects for credit analysis such as recurring income, business sales growth, and recognition of recurring clients.


Combined with other queries, you can get a complete picture of your customers' relationships with other entities or individuals.

Requirements:

  • Client's CIEC to be queried

Client types:

  • Legal Entity (Persona Moral)

  • Individual with Business Activity (Persona Física con Actividad Empresarial)

  • Individual (Persona Física)

Query example:

             {
                "externalId": "string",
                "rfc": "string"
                "CIEC": "string",
                "startdate":"2020-01-01",
                "enddate":"2020-12-31"
              }

Response example:

              {
                "id": "8",
                "uuid": "bda64a02-4457-4928-b200-3d696ccf0120",
                "fechaDescarga": "2021-05-27T11:58:19.35491",
                "fechaCFDI": "2020-10-31T05:09:33",
                "fechaTimbre": "2020-10-31T07:21:04",
                "fechaCancelacion": "0001-01-01T00:00:00",
                "fechaEstatus": "0001-01-01T00:00:00",
                "emisor": "MOFFIN SOFTWARE SAPI DE CV",
                "receptor": "EMPRESA RECEPTORA SA DE CV",
                "rfcEmisor": "AKDK9208118T3",
                "rfcReceptor": "MFO210711J52",
                "rfcPac": "AKDK9208118T3",
                "tipo": "ingreso",
                "estatus": "Vigente",
                "total": 0,
                "acuse": "False",
                "pagada": false
              }

Start making better decisions