OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
782 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way via the API to get an a count of attachments for a transaction or a list of transactions and when they were added. It doesn't appear new attachments change the Update Date. We have people who are signing their transactions and then coming back multiple times to get the
Forum topic
OneSpan Sign
Hi ,We have used Rest API to integrate with Onespan. We create transactions from template.
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
Hi folks,
I am curious in case I create a transaction that comprises multiple documents and to be forwarded to multiple signers(recipients) what option do I have for the following case"
Forum topic
OneSpan Sign
Hi, just a quick question about creating input fields using text tags.
I've noticed that after adding any fields to a document with text tags they are all become associated with the first signature for that signer, is there a way to assign specific input fields to specific signature boxes using the
Forum topic
OneSpan Sign
Hi,
Is it possible to inject the values using field names rather than ID , since its becoming very difficult to send values using id because if we have four environments each time its very difficult to inject values using ID.
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
Hello
When signer receive the email to sign the document and after clicking the link document is opening.
is there any way signer can adjust signature box to move to correct position.
Forum topic
OneSpan Sign
I'm trying to update all the roles such as adding and removing a few of them with one API call. I tried:
PUT /api/packages/{packageId}/roles
... but I get "500 Internal Server Error".