288 results matched your search criteria
Forum topic
OneSpan Sign
I have requirement to auto-prepare and send transaction from Apex code, without redirecting user to a visualforce page. Please point me to any documentation, post, or code recipes to implement this. Thank you.
Forum topic
OneSpan Sign
Hi,
I saw one post in the forum, and saying after signing started, not able to update the signer's email address. but I tried it with SDK call and it seems works for me.
anything I missed?
thanks,
Cindy
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 Identity Verification
Hi,
Please could you post an example of a return after someone completes the verification process.
Please provide an example of both the JSON file and the PDF return.
Many Thanks
Andrew
Forum topic
OneSpan Sign
Hello gurus.
I hope you can help me.
I'm trying to create a new package in sandbox.esignlive.com, but when I try to upload the document I'm getting: HTTP/1.1 415 Unsupported Media Type
Basically I'm trying to reproduce the same calls as you are making in your PHP example, so:
1) I'm creating a pack
Forum topic
OneSpan Sign
I saw an earlier post indicating that Bounce events are not accessible through the API. Can this be confirmed? If so, is there a suggested way to deal with this through code in the scenario that the listening service is offline at the time of the event? Thanks in advance.
-Keith
Forum topic
OneSpan Sign
The documentation talks about ApiKeyAuth (being deprecated) and ApiTokenAuth (recommended replacement).
Apparently a "Client Id" + "Secret" is combined to create a "Token" but I don't know how this is done for API's below.
I am not clear on "single use" vs "multi-use".
Forum topic
OneSpan Sign
hello,
this may no be the correct forum to post this question.
I've most likely overlooked this somewhere, however, where has the team published the various JSON schemas? i'd like to build some to assist with serialization/deserialization.
cheers.
Forum topic
OneSpan Sign
Dealing with another tricky requirement.
For one of the signers, it is requested that the email contain only the signature page (and not any of the additional pages). Is there a good way to specify what pages should be sent out in the follow-up email post-signature?
Forum topic
OneSpan Sign
Hi,
Is there any documentation on how to upload multiple documents using the ONESPAN SIGN API, currently trying to use POST /api/packages/{packageId}/documents, however second document doesn´t get uploaded.