Modifying Handover URLs after package creation
Tuesday, June 6, 2023 at 04:30amIs 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!
Reply to: Modifying Handover URLs after package creation
Tuesday, June 6, 2023 at 08:47amHi rae.esperanza,
Thanks for your post!
I believe handover URL can only be set at transaction level, not signer level. However, OneSpan Sign appends extra URL parameters to the handover URL once signer get redirected. Your application can be aware of the event and handle it accordingly.
For example, if you specified the Handover URL as "https://localhost/oss/handover" after the recipient with signer ID of “Signer1” has declined the transaction (ID of “T840KlFsIeC--LqGu9O9Enp9T6I”), information associated with this event will be passed by parameters, and the actual link the recipient will hit looks like:
https://localhost/oss/handover?package=T840KlFsIeC--LqGu9O9Enp9T6I%3D&signer=Signer1&status=PACKAGE_DECLINE
These three parameters each represent:
Duo