3699 results matched your search criteria
Forum topic
OneSpan Sign
I have seen the post regarding the Signingurl from the package.
http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/signing_url.htm
In this example it is getting the signing url by the following GET method
GET /packages/{packageId}/roles/{roleId}/signingUrl
How can we g
Forum topic
OneSpan Sign
Hi team,
We have a client asking whether the "adding an approver" feature available in OneSpan Sign? Let’s say we have the 1st signer, the 2nd approver, and the 3rd signer.
Forum topic
OneSpan Sign
Hey team,
Can we obtain the maximum amount of senders on the account using the API/SDK?
Thanks in advance!
Forum topic
OneSpan Sign
Can you please provide us the code on how to create a transaction from a template using the iOS SDK
Forum topic
OneSpan Sign
When running sample app on simulator, it is working properly, but I'm getting the attached errors when creating ipa
Forum topic
OneSpan Sign
Hi everyone,
I was wondering if there are any constraints on what I configure in the email templates as the "from" email address based on the account owner's or sender's email address domain?
We have setup DKIM on an account so we can use our company's domain for our outbound emails.
I was wonde
Forum topic
OneSpan Sign
Hello,
We are trying to determine which signatures have been signed with the following method:
eslClient.getApprovalService().getAllSignableSignatures(documentPackage, documentId, signerId)
however we get the following error:
Optional details: {"code":403,"messageKey":"error.forbid
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve a signer authentication token to build a signing URL using the createSignerAuthenticationToken method on the AuthenticationTokensService on the EslClient within the Java SDK.
Forum topic
OneSpan Sign
We are successfully receiving EVENT NOTIFICATIONS on one of our service endpoints:
name=PACKAGE_COMPLETE, sessionUser=xxx, packageId=rf3254trfdsdsa-K3PDEY=, message=null, documentId=null, createdDate=2019-08-07T14:14:58.508Z
This works great.
Unfortunately I can not find any informatio
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.