302 results matched your search criteria
Forum topic
OneSpan Sign
We are wondering if we are able to simulate the "CanChangeSigner" functionality using API/SDK calls after the signing process has started. Here is the process we're considering implementing at some point:
Forum topic
OneSpan Sign
Guys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package.
Forum topic
OneSpan Sign
Hi,
we upgrade SDK to 11.25 (was using 11.0.2), we noticed that the locale has been changed
in 11.0.2, when we sent 'fr-CA' to SDK, SDK will translate to api package as 'fr'
in 11.25 when we sent the same request, SDK translate to api package as 'fr-CA' which is not recognized so the package languag
Forum topic
OneSpan Sign
Hi,
does the wording for the button such "opt out' or 'decline" can be changed? if so, does it apply to system level or account specific?
thanks,
Cindy
Forum topic
OneSpan Sign
Guys,
Lets say that we have 3 signers. Is there a workflow for when we have to change signers for a document that has already been signed by one of the other signers involved?
Forum topic
OneSpan Sign
Guys,
When setting up the user with SMS auth, is there a way to change the default message that shows up when asking for the pass code that was sent via SMS?
Thanks,
Ryan
Forum topic
OneSpan Sign
We have a customer who built an entire api based interface to their Appian application. They want to move that interface to a different account because the person listed as the owner is being reassigned. To do this do they just need to replace the api key in their code?
Forum topic
OneSpan Sign
If I accidentally send a package to the wrong email address or the wrong signer, can I modify the package I already sent? Or do I have to delete it and start over?
Forum topic
OneSpan Sign
Hi,
Is there an API or Java SDK option in eSL to change a regular user to Manager and vice-a-versa?
Thanks,
Sudhangi
Forum topic
OneSpan Sign
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical":