Archive signed documents

All signed documents are automatically archived when a transaction is completed and archived.

By default, signed documents are archived through our Universign archiving system. However, you may need to archive it as well in your Arkhineo electronic safe (if you have one).

Add a document

To parameter archiving with Arkhineo when adding a document, send a request to POST /v1/transactions/{transaction_id}/documents and pass the file id in the document argument as well as the archiving_configuration_id argument.

curl
https://api.universign.com/v1/transactions/tx_aA5g6yzYVYW8/documents \
-d document=file_0Y6rOeYJ6qOBxCZ012yY1LrBeg \
-d archiving_configuration_id=atc_w04kKglD88Z6

Update a document

To parameter archiving with Arkhineo when updating a document, send a request to POST /v1/transactions/{transaction_id}/documents/{document_id} and set the archiving_configuration_id argument.

curl
https://api.universign.com/v1/transactions/tx_DwYGle91EQZA/documents/doc_4dn/
-d archiving_configuration_id=atc_w04kKglD88Z6

If you want to disable the archiving of signed documents via Arkhineo, pass the delete_archiving_configuration_id argument and set it to true.

Do not pass both the archiving_configuration_id and delete_archiving_configuration_id arguments.


About transaction archiving
Archive evidence files
Developer tools
Guides
Services
API reference