Forums

Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id. I have included the details below. How do I add a field to a Onespan Package? Can you please send me a complete code sample? I am new to using the API and still learning, so I do not know how to enter peice by peice yet. 
curl -X 'POST' \

Forums

Is it possible to update the handover urls everytime a different user accesses the package? We have users who will access the document via sa personalised URL and we are hoping that after signing it would navigate them back to their personal url.

The idea that I have is that once the user access his personalised url, a web service gets initialised to update the handover url, so when he proceeds to sign the document, clicking return would navigate him back to his personalised url.

Is this possible? I'm currently getting 405 error when I try to do it.

Thank you!

Hi Duo, 

I was trying to send the transaction to sender for signing as well. In some of the instances in our use cae, there might be a case where the sender also needs to sign the transaction. If I am not wrong, I had gone through similar blog or forum where the discussion revolved around using sender as a signer. Regardless, how do we achieve this case(using sender as a signer) ? I tried but the sender never received an email to sign the transaction. 

Can you please help ? 

Forums

Hello Duo, 

Here is our use case scenario: 

As I was testing my onespan integration into our system, I have recently found that the custom fields are bound to one particular recipient and at the time of signing, that recipient will only see that data. This scenario has become a problem for us because our document revolves around property contract signing, the agent should be able to see all the prefilled data before send to sign. I can't use indexing in this case as sender is not the part of a contract. 

Forums

Hello Duo, 

Whenever we click the send to sign button, we are firing an event and  replacing the transaction created successfully response from onespan with a GIF image and reloading it. My question is whenever we click send to sign button, we get transaction created successfully page response from onespan. Is it possible to completely override that page with our modified page. 

Please let me know.