ADSS signing

To perform ADSS bulk document signing via API using server-side signing, follow the steps mentioned below. These steps detail the API calls required to sign multiple documents in a single operation through the server.

  1. The signatory is identified via the access token provided in the API call, which means authentication arrow-up-rightis 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. The signature application needs to call Bulk Signing Pre Validationarrow-up-right API. This API executes pre-signing validations for each document package and respectively returns any errors along with the list of tasks that the application needs to perform to complete the signing process.

  5. If OTP authentication is turned on for the server-side signing operation which could be found in the response of Get Signature Settingsarrow-up-right API, client applications will need to generate an OTP for the mobile number using Bulk OTP Signing Authentication arrow-up-rightAPI call. Respective business applications must retrieve the OTP from the use and submit it when making the Bulk Sign Packages API call. This is done using the "x-otp" header in the request.

  6. The signature application needs to call Bulk Sign Packagesarrow-up-right API. This API will sign/sign & share and share multiple documents (both electronic and digital) without displaying the documents to the end user.

  7. Bulk Signing Statusarrow-up-right API will be used to get the status of a specific bulk signing transaction along with the details of document packages that were processed by the previous API call (repetitive call until status becomes COMPLETED).

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

Last updated

Was this helpful?