How to Add Remote Signing with the existing Imperson Signing process Using API
Wednesday, September 26, 2018 at 08:19amHello,
We are using Impersonate Signing process with eSignLive for one of our client, now client needs to use both Impersonate and Remote Signing (use anyone of for a particular transaction) for same Account. to achieve this we need documentation or examples how to achieve following:
For Remote Signing:
- How to activate the RemoteSigning using API using .Net.
- How did a Platform(sent the packet to eSignLive) get notified in case of any person got eSign complete, is there any service URL need for client.
- Any changes required in current eSignLive account.
Reply to: How to Add Remote Signing with the existing Imperson Signing process Using API
Wednesday, September 26, 2018 at 09:44am.WithInPerson()
in your setting like below, so you can simply remove that and it's a remote signing. For #2, you can use our callback notification to have your platform informed. You can have an url monitoring callback notifications(POST request) sending from OneSpan Sign. There’s an event named “Recipient completed signingâ€, you can select this event in your Web Portal and the below is the body of the request you will receive: If you want to follow this path, I can share with you more related documents and examples. For #3, as we discussed above, the remote signing method is a default way OSS deal with packages, so you don't need to do specific setting to your account. If I misunderstood your point, please let me know. And hope this could help you! DuoReply to: How to Add Remote Signing with the existing Imperson Signing process Using API
Wednesday, September 26, 2018 at 09:55amReply to: How to Add Remote Signing with the existing Imperson Signing process Using API
Wednesday, September 26, 2018 at 10:11am