jondkinney/docusign_rest

Can we enable :require_sign_on_paper option from create_envelope_from_document?

Closed this issue · 1 comments

I'm trying to require a wet signature for signers using create_envelope_from_document. However, I noticed that the requireSignOnPaper option is only applied when using a composite template (set in get_inline_signers).

I imagine we could simply add that logic to get_signers above this line

Before I make the change was this an oversight or a true limitation of DocuSign's API? I don't have a production API key yet so the feature seems to be turned off when I test the change on the Sandbox from my forked version.

I talked with an enterprise guy at DocuSign and he's pretty confident that creating an evenlope from a document (rather than a template) can still handle the "requireSignOnPaper" option. I'll create another PR and let you guys decide if it's appropriate or not.