This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Add support for Decline to Sign
This release adds the following features to support signer decline actions:
- Adds
setIsDeclinable(Boolean)andgetIsDeclinable()toAbstractRequestto opt in to the Decline to Sign feature for signers on a per-request basis. - Adds
declinedto theSignatureStatusenum andgetDeclineReason()toSignatureto support retrieving the signer status once declined. - Support for
signature_request_declinedevents. This allows your callback handler to process webhook events with this event type.