Package without Electronic Disclosures and Signatures Consent issue
Tuesday, July 31, 2018 at 02:29amHello I created a package but removed the Electronic Disclosures and Signatures Consent.
So I have a package with just one document. But when I try to sign it using the api call /packages/package_id/documents/signed_documents, I am not able to sign the document.
What could the issue be here?
Reply to: Package without Electronic Disclosures and Signatures Consent issue
Tuesday, July 31, 2018 at 04:39amPOST /api/packages/{packageId}/documents/signed_documents
this call is both used in these two features. The difference is, in last step of bulk sign, you will put signer's session token into the request header so that OneSpan Sign would know why you want to sign on behalf of. Put it in another way, if you still using your API Key as an authorization token, OneSpan Sign would consider you are sign for your sender(if your sender is not the signer, it won't work without any error) And please make sure you put the right document ID in your request payload. As to your question, if the remove of consent document could cause any problem, I have tested the same case for you and seems everything works well. Please tell me if you still encountered this problem. And hope this could help you! DuoReply to: Package without Electronic Disclosures and Signatures Consent issue
Tuesday, July 31, 2018 at 04:10amReply to: Package without Electronic Disclosures and Signatures Consent issue
Tuesday, July 31, 2018 at 04:21am