ADSS signing

To perform ADSS signatures via API using server-side signing, follow the steps mentioned below. These steps outline the necessary API calls and conditions to successfully complete a single document signing operation through the server.

  1. The signatory is identified via the access token provided in the API call, which means authenticationarrow-up-right is required before initiating the signing process. The access token must be issued directly to the signatory through authenticationarrow-up-right API.

  2. If modifications are needed before signing, the Fill Form Fieldsarrow-up-right API should be called beforehand. Note that any mandatory input fields must be completed for the signing process to succeed.

  3. To determine which Signing Servers should be displayed based on a signature field’s level of assurance, the signature application must call the Get Signature Settingsarrow-up-right API. This API provides details of all available signing servers along with their corresponding levels of assurance.

  4. If OTP authentication is turned on for the server side signing operation which could be find in the response of Get Signature Settingsarrow-up-right API, client applications will need to generate an OTP for the mobile number using Signer Authentication via OTP (Users, In-persons, Signers)arrow-up-right API call. Respective business applications must retrieve the OTP from the use and submit it when making the Sign Documentarrow-up-right API call. This is done using the "x-otp" header in the request.

  5. Signature applications can use Sign Documentarrow-up-right API to sign a single document (both electronic and digital).

    1. You will get verification object in the response of this API if the request parameter skip_verification is not passed or set to false.

  6. After the signing process is complete, if the signatory is the final signer, the Finish Processingarrow-up-right API must be invoked. Without this step, the document will remain in an "In Progress" state for the owner. Once the API is called, the status updates to "Completed."

  7. Finally, after signing, the Get Document Verificationarrow-up-right API can be used to retrieve the verification response.

Last updated

Was this helpful?