Skip to main content
GET
/
datasources
/
mx
/
sat
/
cfdis
/
{uuid}
Retrieve a SAT CFDI
curl --request GET \
  --url https://api.syntage.com/datasources/mx/sat/cfdis/{uuid} \
  --header 'X-API-Key: <api-key>'
{
  "uuid": "def404af-5eef-4112-aa99-d1ec8493b89a",
  "data": {},
  "processedXmlAt": "2020-01-01T12:15:00.000Z",
  "processedPdfAt": "2020-01-01T12:15:00.000Z"
}

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Headers

X-Async-Process
enum<string>
default:0

Set to 1 to request asynchronous processing when the CFDI has not been parsed yet

Available options:
0,
1

Path Parameters

uuid
string<uuid>
required

Invoice UUID

Response

Parsed SAT CFDI response

uuid
string<uuid>

Invoice UUID

Example:

"def404af-5eef-4112-aa99-d1ec8493b89a"

data
object

Parsed CFDI data

processedXmlAt
string<date-time> | null

Date and time the CFDI XML was processed

Example:

"2020-01-01T12:15:00.000Z"

processedPdfAt
string<date-time> | null

Date and time the CFDI PDF was processed

Example:

"2020-01-01T12:15:00.000Z"