3. Create Signer Process
Creating the Document Signature Process
The portal requests the creation of the PDF document batch signature process by sending the following message to the UAE PASS using the signature services API. This API call will create a signing process at UAE PASS end.
POST
stg-id.uaepass.ae/trustedx-resources/esignsp/v2/signer_processes
HTTP/1.1
Headers
Authorization*
string
Bearer <token>
Cache-Control*
string
no-cache
Postman-Token*
string
0cb4e517-8db9-473c-7b14-0ca2555bc199
Content-Type*
string
application/json
Response
Request Body
UAEPASS communicates with the signature portal, that successfully creates the signature process and that must redirects the user's browser to https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/ui?signerProcessId=sp_c4eed0a1f478f72454803695d53c4c5 (tasks.pending.url) for this process to continue.
It also communicates to the signature portal that obtain the signed document it must access https://stg-id.uaepass.ae/trustedx-resources/esignsp/v2/documents/dc_9ee0990055818516249f28558e1b256b/content (i.e., the URL resulting from concatenating /content to the URL specified in documents[0].If signing the same document twice, make sure that unique value is passed for the name parameter in process type of request body as below:
Last updated