57 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ).
The workflow is straight forward:
1. Create a Package and Send the PDF . Read the Response PackageId
2.
Forum topic
OneSpan Sign
I've a request for clarification on the proxy configuration options.
When should withHttps be used versus withHttp and what difference does it make?
Forum topic
OneSpan Sign
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type.
Forum topic
OneSpan Sign
Hi
Q1: Regarding The feature where the DateTimestamp appear as a background image, is this configured per APIKEY at account set up?
Forum topic
OneSpan Sign
I'm having some difficulty implementing DownloadDocumentsDateRange posted previously in this forum.
Forum topic
OneSpan Sign
Until recently this worked with 1000 per page but NOW I had to do 250 to get it to work correctly, why? I tried 500 and it failed just like 1000. Are the OneSpan service side resources to consumed or what's going on that it now fails?
Forum topic
OneSpan Sign
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
.ForEvent(NotificationEvent.SIGNER_COMPLETE).F
Forum topic
OneSpan Sign
Hello Support,
as per requirement in my project, I have to pass multiple documents(2-3) in same package for multiple e-signing.
and after e-singing of all the parties, I have to separate out these multiple documents by category.
I am using .net SDK for this.
Forum topic
OneSpan Sign
I see in your .net SDK documentation that you can setup the push notifications by running this code:
eslClient.EventNotificationService.Register(EventNotificationConfigBuilder.NewEventNotificationConfig(URL)
.WithKey(APIKEY)
.ForEvent(EVENT1)
.ForEvent
Forum topic
OneSpan Sign
I'm trying to get the pdf file via php using curl but I get nothing returned.
When I do the same in Postman I get the PDF file.
Here is my php code
$headers = array('Content-Type: application/json', 'Authorization: Basic '.$ApiKey, 'Accept: application/pdf', 'Connection: Keep-Alive');
$url