Download requester attestations

When the transaction is completed, archived cancelled or expired, you can download a requester attestation.

The requester attestation is a file containing a summary of all actions related to a transaction.

For cancelled and expired transactions

Send your request to GET /v1/transactions/{transaction_id}/requester-attestation?lang=* and define the language of the requester attestation.

We currently support 11 languages: Bulgarian (bg), Catalan (ca), Dutch (nl), English (en), French (fr), German (de), Italian (it), Polish (pl), Portuguese (pt), Romanian (ro) and Spanish (es). Default value is the language of the transaction.

curl
https://api.universign.com/v1/transactions/tx_DwYGle91EQZA/requester-attesation?lang=fr

The API returns a PDF file.

A requester attestation is available only for 60 days after expiration or cancellation of the transaction.

Note that requester attestations are not provided for transactions which were in draft state before being cancelled.

For completed and archives transactions

Send your request to GET /v1/archives/{transaction_id}/requester-attestation?lang=* and define the language of the requester attestation.

We currently support 11 languages: Bulgarian (bg), Catalan (ca), Dutch (nl), English (en), French (fr), German (de), Italian (it), Polish (pl), Portuguese (pt), Romanian (ro) and Spanish (es). Default value is the language of the transaction.

curl
https://api.universign.com/v1/archives/tx_DwYGle91EQZA/requester-attestation?lang=es

The API returns a PDF file.


Download signed documents
Add a signature/visa field
Developer tools
Guides
Services
API reference