HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.244.0 release notes

  1. New features
    1. Added PATCH /public-api/resources/sessions/v1.0/{session} as an experimental endpoint for updating a Session's customFields. The request body must contain only the customFields object; omitted identifiers remain unchanged and null clears a value.
    2. Added the optional fiscalization object to Invoice responses from GET /public-api/resources/invoices/v1.0, GET /public-api/resources/invoices/v1.0/{invoice}, and POST /public-api/actions/invoice/v1.0/{invoice}/update-external-id. It provides the fiscalization status, integration reference number when available, and signed document download links for available formats.
    3. Added the optional filter[fiscalizationStatus] query parameter to GET /public-api/resources/invoices/v1.0. It accepts one or more pending, certified, failed, or canceled statuses and excludes invoices without a fiscal document when applied.
    4. Added GET /public-api/resources/invoices/v1.0/{invoice}/fiscalization-attempts to retrieve an invoice's published fiscalization attempts, newest first, including the attempt time, outcome, integration-provided response values, and any error message.
    5. Added GET /public-api/resources/invoices/v1.0/{invoice}/fiscalization-documents/download for downloading an available fiscalization document format through the signed downloadUrl supplied in the Invoice response.