Idura Signatures allows you to sign any PDF document using the national eIDs supported by Idura Verify. The signed documents are compliant with the PAdES-LTA standard.
Idura Signatures is designed to be embedded into your application. This means there is no signing portal where you run the process from. Instead, you create a signing process using the Signatures GraphQL API, then redirect each user to a unique signing link in the Idura-hosted signatory UI. Once all users have signed, you retrieve the signed documents via the API.
Signature order: a basic building block of the Signatures API. Contains documents and the signatories you intend to sign them.
Document(s): PDF(s) included in the signature order.
Signatory: a person invited to sign the document. Each signatory gets a unique signing link.
Signature seal: a visual representation of the signature placed on the document. It can contain details such as document ID, time of signing, and other information that can be found in the claims (via templating).
Webhooks: a tool for receiving near real-time events in your signature orders (e.g., when a signatory has signed).