added
Configure the redirect URL in case of signature decline
July 4th, 2024
π Itβs now possible to set a custom URL to which the signer will be redirected if they decline the signature.
It can be configured:
- At Signer level in the Signer creation endpoint
POST/signature_requests/{id}/signers
(see API reference). - In the Custom Experience; either in the web app or via API in the Custom Experience creation endpoint
POST/custom_experiences
(see API reference).
Learn more about how to redirect a Signer at the end of the signing flow here.