Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Add support for Decline to Sign

Choose a tag to compare

@cmpaul cmpaul released this 13 Oct 18:10
· 140 commits to master since this release

This release adds the following features to support signer decline actions:

  • Adds setIsDeclinable(Boolean) and getIsDeclinable() to AbstractRequest to opt in to the Decline to Sign feature for signers on a per-request basis.
  • Adds declined to the SignatureStatus enum and getDeclineReason() to Signature to support retrieving the signer status once declined.
  • Support for signature_request_declined events. This allows your callback handler to process webhook events with this event type.