171 results matched your search criteria
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,
Currently we are getting the error when we sent the same Package ID where signer Opt Out and reinitiating the Signature.
Please confirm whether this will accept the request or not.
Thanks,
Allanki
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
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
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
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
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.