78 results matched your search criteria
Forum topic
OneSpan Sign
In the documentation for Document Extraction, it explains that a Textfield or Checkbox must be completed before a Signer can sign a package:
Before signing, Agent1 must complete two fields:
1
[Agent1.Fullname1.Textfield1]
2
Forum topic
OneSpan Sign
We’re looking to use OneSpan Sign directly in a Salesforce Community (Community Plus licenses) out of the box but it's not working.
Forum topic
OneSpan Sign
I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields
"timezoneId": "GMT",
"created": "2020-04-24T17:42:42Z",
Under "account": { is another two fields
Forum topic
OneSpan Identity Verification
Good day everyone,
Forum topic
OneSpan Sign
Hi,
We're investigating a production issue where some packages are not completing, even though they appear to be complete. They return a status of "SIGNING_COMPLETED" when queried via the REST API.
Forum topic
OneSpan Sign
Hi,
This forum has been such a great help so far, that I figured I'd post here on the off-chance you can provide some guidance.
We're working on displaying the Signing Ceremony iFrame within our application on mobile devices (specifically an iPad running Safari) and have run into some issues.
Forum topic
OneSpan Sign
Hello,
I'm looking for information around customizing the "From" email address within our Package email templates.
Example: email.activate
"from" : {
"email" : "[email protected]",
"display_name" : "e-SignLive"
Background on our environment: We hav
Forum topic
OneSpan Sign
Hello,
We have decided to utilize the event notifier to allow us to manage an integration with an in-person signing session to help us control our iFrame.
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);