Signer status
Wednesday, September 20, 2023 at 07:57amHi,
In the OneSpanSign.Sdk for .Net I am missing the field signed on the Class OneSpanSign.API.Approval.
Currently we only have the DateTime? property Accepted which is visible in the SDK Package -> Documents -> Signatues -> Accepted. This is very confusing because it can look like the document is already signed but the user might not have confirmed yet. If the user confirms and completed the signing the signing field is populated
Can the Signed property also be made available ?
Reply to: Signer status
Wednesday, September 20, 2023 at 10:38amHi FransVanHellemond,
Thanks for your post!
I believe this is a known limitation that the SDK only exposed the accepted date not the signed date. As a quick workaround, I have attached some code snippet using RESTful code in .NET, looping through all the signatures in a transaction.
Back to the SDK limitation, you can also fill in a support ticket and report this issue to our support team.
Duo
Reply to: Signer status
Thursday, September 21, 2023 at 06:54amThank you, I was unaware about this limitation and created a support ticket to make this available for everyone.