281 results matched your search criteria
Forum topic
OneSpan Sign
For over a year I have been creating packages using a JSON string as the package name (something like "{ApplicationId: 1033}"). I do this because the package name comes through in the event callback notification, and I can easily deserialize the package name and extract some informatio
Forum topic
OneSpan Sign
I was trying below API call and received web page instead of expected Payload
GET /api/sysinfo
HTTP Headers
Forum topic
OneSpan Sign
I am using a sandbox so perhaps the class definition does not match what is there.
I get an invalid primitive error on the following code snippet:
string pkgId = ESignLiveExamples.createPackageExample();
ESignLiveSDK sdk = new ESignLiveSDK();
ESignLiveAPIObjects.Package_x pkg = sdk.getPackage
Forum topic
OneSpan Sign
Hello,
i'm a junior developer and it has been my second week learning Node JS so errors might be because of my poor use of Javascript.
My problem is that after sending a request pretty much like in the example given on
Forum topic
OneSpan Sign
We occasionally have users that do not provide email addresses in their contract flow. Is text message an option to initiate the signing process? If so, how is that structured differently in the JSON?
Thanks!
Forum topic
OneSpan Sign
Hi,
Trying to implemented the quick start, getting error 404 file not found when doing post.
Removed the header "Accept: application/json". And it returns with a 200 and it is return html indicating "Error" but no detail.
Forum topic
OneSpan Sign
Hi,
1. Digital signature capturing block not showing for esignature in document.
2.
Forum topic
OneSpan Sign
POST /account/senders/{senderUid}/resetpassword
I'm using the above with the REST API to attempt to reset passwords for senders in an account.
Forum topic
OneSpan Sign
I am in a beginner label.So I need to download file it may be json or octat stream.But I dont know how to download file for concurrent user.Actually I have to do performance testing for Api.
Thanks in advance
Imran
Forum topic
OneSpan Sign
I have attached my JSON code.
I need OneSpan to redirect to a success link if possible after signing. I did some searching and found that instead it would be a button to go to the success page but a redirect is preferred.