When the transaction is completed
, archived
cancelled
or expired
, you can download an evidence file (requester copy).
The evidence file (requester copy) is a file containing a summary of all actions related to a transaction.
For more details, visit About evidence file.
For cancelled and expired transactions
Send your request to GET /v1/transactions/{transaction_id}/requester-attestation?lang=*
and define the language of the evidence file (requester copy).
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.
An evidence file (requester copy) is available only for 60 days after expiration or cancellation of the transaction.
Note that evidence files (requester copy) 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 evidence file (requester copy).
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.