Skip to main content
GET
https://staging-api.propaga.io/v1
/
invoice
/
transaction
/
{transactionId}
/
documents
curl 
--location 
-request GET 'https://staging-api.propaga.io/v1/invoice/{transactionId}/documents'
--header 'Content-Type: application/json'
--header 'Authorization: <your_awesome_token>'
{
    "id": "5ce45bfe-9557-4c97-b9cf-d65b4b1380e3",
    "fiscalFolio": "1b10a481-0628-4552-9872-b0c849aac394",
    "folioNumber": 1234,
    "files": [
        {
            "type": "PDF_EMISSION",
            "fileUrl": "<url>"
        },
        {
            "type": "XML_EMISSION",
            "fileUrl": "<url>"
        }
    ]
}
curl 
--location 
-request GET 'https://staging-api.propaga.io/v1/invoice/{transactionId}/documents'
--header 'Content-Type: application/json'
--header 'Authorization: <your_awesome_token>'
{
    "id": "5ce45bfe-9557-4c97-b9cf-d65b4b1380e3",
    "fiscalFolio": "1b10a481-0628-4552-9872-b0c849aac394",
    "folioNumber": 1234,
    "files": [
        {
            "type": "PDF_EMISSION",
            "fileUrl": "<url>"
        },
        {
            "type": "XML_EMISSION",
            "fileUrl": "<url>"
        }
    ]
}

Path parameters

transactionId
string
required
Propaga’s transaction id

Response

id
string
Propaga’s internal invoice id
fiscalFolio
string
SAT’s invoice folio
folioNumber
number
Invoice folio number
files
array