Server Signing (API)

Within the ThrivoSign Remote Signing Solution, users have access to three versatile methods via the Server Signing API, tailored to accommodate diverse document signing needs. These methods include dynamic PDF signing, fixed templates, and embedded APIs, each seamlessly integrated into server environments. By offering flexibility and efficiency, these options streamline the document signing process within the ThrivoSign Remote Signing Solution, ensuring seamless integration and adaptability to various signing workflows. ThrivoSign's commitment to comprehensive digital document signing solutions is exemplified through its Remote Signing Solution, providing users with versatile options to meet their specific requirements and preferences effortlessly.

Use Case: Fixed Template

Description: This use case involves using a predefined template for documents that need to be signed. The template includes fixed fields for signatures and other necessary information.

Main Flow:

  1. List Template: User logs into the system to list template, then return the templateID.

  2. Use template: Use the template and add a recipient, then return the documentID and packageID.

  3. Update text field value: The user updates the necessary values in the fixed fields of the template.

  4. Update Signature Image: The user updates the signature image in the fixed fields of the template.

  5. Process and Share Document: The Server Signing API receives the request and processes it.

  6. Sign Document: Sign document based on the user digital certificate

  7. Push Notification Verification: The user will receive a push notification to either approve or reject the request.

  8. Confirmation: The user approves the request indicating that the document has been signed successfully.

Description: This use case entails a step-by-step signing process, commencing with package creation and followed by document upload, signatory assignment, and sequential signature collection.

Main Flow:

  1. Add package: The user creates a package, specifying the document to be signed and establishing the signing workflow order.

  2. Upload document: The user uploads the document into the package.

  3. Add user: The user adds recipients who need to sign the document.

  4. Add fields: The user add to signature fields or text fields

  5. Update text field value: The user updates the necessary values in the fixed fields of the template.

  6. Update Signature Image: The user updates the signature image in the fixed fields of the template.

  7. Process and Share Document: The Server Signing API receives the request and processes it.

  8. Sign Document: Sign document based on the user digital certificate

  9. Push Notification Verification: The user will receive a push notification to either approve or reject the request.

  10. Confirmation: The user approves the request indicating that the document has been signed successfully.

Description: This use case revolves around signing a document seamlessly within an application or website by utilizing an embedded signing interface.

Main Flow:

  1. Add package: The user creates a package, specifying the document to be signed and establishing the signing workflow order.

  2. Upload document: The user uploads the document into the package.

  3. Add user: The user adds recipients who need to sign the document.

  4. Get Signing URL: The user generates a URL to prepare the fields and share the document. Once preparation is complete, the user is redirected to the login page.

  5. Apply signature: Once the fields are prepared, the user uses the same URL to sign the document.

  6. Push Notification Verification: The user receives a push notification to either approve or reject the request.

  7. Confirmation: The user approves the request indicating that the document has been signed successfully.

Last updated