341 results matched your search criteria
Forum topic
OneSpan Sign
Hi
I have enabled the confirm button in my REST API.
But the confirm button is still disabled and I am getting confirm dialog.
Can you please let me know why this is
See the attached screenshot
package id is LxfxYYgEbzquYN6GUyvLRZYkA0M=
Forum topic
OneSpan Sign
Hi
Using REST we are able to create the package without sender, but when we add sender details the package Create API is giving 404 with 'Resource not found' error message
Could you help us on above issue please?
Forum topic
OneSpan Sign
Our application submits signing packets via the REST API and receives callback notifications. Our application is not equipped to send emails, though, and our business line wants to receive an email for each notification. Is it possible for One Span to email the callback notifications?
Forum topic
OneSpan Sign
Hi,
Can we give signature by typing from signature field? In our application, we are allowed just to give signature by typing but not allowed to give signature by mouse scratching or by click. If it is possible, how can I implement this in REST API?
Thank you.
Forum topic
OneSpan Sign
Through the REST API, make the email notifications configurable much like configuring the signing ceremony layout on a package by package basis. The user experience can be somewhat confusing when one completes a sign ceremony online and then receives an email requesting a signature.
Forum topic
OneSpan Sign
We have integrated with Onespan using REST API. Just wanted to check , If it is possible to add additional recipients in CC, not as signers, but as viewers only. E.g. make sure everyone listed as an additional recipient gets a copy of it when the transaction complete.
Forum topic
OneSpan Sign
We have several package templates which we created with the New UI. Each of the templates has multiple documents assigned to them.
Now we need to use the RESTAPI to pull these package templates and create new transactions with the package templates created in the UI.
Forum topic
OneSpan Sign
Hi,
Please help me with the following:
I am using REST API, .NET and a sandbox account.
I want to download a document in PDF format. For this I can use the call:
GET /packages/{packageId}/documents/{documentId}/pdf
But this call requires documentId.
Forum topic
OneSpan Sign
How to exclude Lock user from Signer/receipient search List - I am getting search result even if esign sender/account in Locked status? How can i make sure only Active status users list should be displayed and available for selection?
Below REST command get executed -
Forum topic
OneSpan Sign
Hi Team,
I am trying to Integrate our product using java and REST APIs ,
Can some one point me to appropriate documentation which talks about the Request PayLoad for each of the URL.
Currently I am using Samples shared in Develper Blog ( say "CreateAndSendPackageREST") for package creation, wit