Once a transaction is completed, you can download the signed documents. There are two ways to do so:
- via the /transactionsresource (immediately after the transaction iscompletedor within 60 days after it iscompleted).
- via the /archivesresource (at any time, once the transaction isarchived).
You must download signed documents unitarily.
You can download the signed documents only if the transaction’s state is completed or archived.
Note that once a transaction is completed, it may take a few minutes to be archived. However, unless you want to download the signed documents immediately atfer the transaction is completed, we recommend you to do it via the /archives resource.
Via the /transactions resource
Send your request to GET /v1/transactions/{transaction_id}/archive/documents/{document_id}/download.
curl
https://api.universign.com/v1/transactions/tx_DwYGle91EQZA/archive/documents/doc_6Amd/download
Via the /archives resource
Send your request to GET /v1/archives/{transaction_id}/documents/{document_id}/download.
curl
https://api.universign.com/v1/archives/tx_DwYGle91EQZA/documents/doc_6Amd/download
