Skip to content

Can I obtain the generated record PDF via API?

Yes — since API version SIGN IT 2025-08-12, you can. You can find more details in this article: Key changes in SIGN IT 2025-08-12

After a Record of type TRANSACTION is successfully created (state: COMPLETED, mode: FINISHED), you can retrieve the official AdE record PDF by calling the retrieveRecord endpoint with the compliance-artifact query parameter:

GET {{apiBaseUrl}}/records/{{recordTransactionIdA}}**?compliance-artifact** 

The response includes the PDF as a Base64-encoded string at compliance.artifact.data. After decoding, this is how it appears in the TEST environment (A4 format).

Note: In the TEST environment, only a sample PDF is generated, and it does not reflect the actual values submitted. The correct data will only be displayed in the LIVE environment.

What’s different from version 2024-10-31?

  • In version** 2024-10-31**: The record PDF is only available to the taxpayer via compliance.url returned in the creation response after they log in to the Fatture e Corrispettivi portal with Fisconline credentials.

  • In following versions: The record PDF is still available at compliance.url, and can also be returned by retrieving the record with a compliance-artifact query parameter. This makes it easier to store, print, or deliver the exact AdE-issued record, without requiring the taxpayer to log in to the Fatture e Corrispettivi portal.

Was this page helpful?