SigningResponse Complex Type

Description Represents a response to a signing request.
Namespace http://portwise.com/ws/v3/signature
Extends
Since 6.0.1

A Signing Response encapsulates a requested Signature; or in the case of an unfinished polling session, the state and signerSessionId required to eventually fetch the finished Signature.

Property Type Description
state string The State of the polling session.
This is an opaque String that, if included, should be also included in all subsequent SigningRequests for that Signature.
signatureFormat string The format of the Signature.
Different Signing Methods support different Formats. See documentation of individual Signing Methods for specific capabilities.
signature byte[] The UTF-8 bytes of the Signature.
status SigningStatus The status of signing request.
Can be OK, PENDING or REJECTED.
signerSessionId string ID of signer session which will be used for signing service.

Copyright © 1999-2023, Technology Nexus Secured Business Solutions AB. All rights reserved.