172 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead?
Thanks,
Rex
Forum topic
OneSpan Sign
Hi,
I am not clean how to use attachment, could you please share an sample code? Also once there is attachment in a package, the sender have to accept this attachment, otherwise the signing ceremony will not be completed?
Thanks
Forum topic
OneSpan Sign
The Customer accepted the Disclosures and Consent and signed the Contract but left the Rider unsigned. Therefore I cannot sign the Contract because it violates the Signing Order.
How can I get past this outside of asking the Customer to sign the Rider?
Forum topic
OneSpan Sign
Guys,
When we view a non required document on a pc or table, it allows the users to arrow past it. When we take that same loan and view it on our mobile phone, the user does not get the ability to arrow past it. They have to either accept it or decline it. Is this intended?
Forum topic
OneSpan Sign
I have done multiple trials and not able to end up with successful results for uploading a document to a Transaction.
Forum topic
OneSpan Sign
It would be really great to have more/better callbacks during the customer signature process.
For example, when the document is opened, when the customer Accepts the "Electronic Disclosures", etc...
This way, we can contact the customer while they are reviewing the app and answer their questions.
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
Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
.WithTimezoneId("America/New_York"); //EST
Forum topic
OneSpan Sign
Guys,
I sent this to support yesterday but have not heard back from them as of yet. Case Number: CS0005490
I am having the same issue with two packages that are up in the sandbox right now.
I am not able to accept the Default Consent document on any signer.
Forum topic
OneSpan Sign
Hi
In the callback setup example prorgram
My callback URL is given in the following variable
private static final String URL = "http://my.url.com";
Can I add a port number to this URL?
Will the URL below be a acceptable to Silanis for a callback.