Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.86 KB

EzsignfoldersignerassociationCreateEmbeddedUrlV1Request.md

File metadata and controls

16 lines (8 loc) · 1.86 KB

EzsignfoldersignerassociationCreateEmbeddedUrlV1Request

Request for POST /1/object/ezsignfoldersignerassociation/createEmbeddedUrl

Properties

Name Type Description Notes
sReturnUrl String The return Url to redirect after the signing is completed Warning Due to the potential for Ezsignsigners to cancel redirection, close their browser post-signing, or spoof the landing URL, it's advisable not to solely depend on the sReturnUrl for accurate status within your integration. Once the Ezsignsigner finishes, they are directed back to your application. Your application can retain transaction state details by either storing data in a cookie or incorporating query parameters in the sReturnUrl. For example: https://www.example.com/sReturnUrl?sSessionID=ABC123 The actual url that will be called will have an extra url parameter appended to give details about the process. The possible values are listed in the table below. For example: https://www.example.com/sReturnUrl?sSessionID=ABC123&eEzsignEvent=CompletedEzsignfolder Query parameters appended
sIframedomain String Domain protection for the iFrame [optional]
bIsIframe Boolean Whether the url would be in an iFrame or not [optional]