Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Is there a way to change the browser's page title during the signing session?  Ours still says OneSpan.  We have been successful at making other signing ceremony customizations as part of our integ

Replies Created

Reply to: options to complete a package that requires review from package owner

0 votes

We also have an integrated workflow that deals with required attachments where a package is put in the Ready to Review status once documents are signed.  We are using the Callbacks as our primary source of event updates from OneSpan so when the TRANSACTION_READY_FOR_COMPLETION callback is received we will facilitate the package review in our system before completing it.  In addition to utilizing the callbacks, we have also implemented a polling service that can run to pick up any package updates in the event the callbacks fail because as you know there is no recovery option for failed/missed callbacks.  The question I have is how can we tell from the package data, that it is ready to review?   From what we can see when we check the package status is still in the Sent status.  We are using the .Net SDK (not REST apis) to integrate with OneSpan.  Is there any flag or other field we can go off of in order to indicate it is ready to review or do we need to inspect the package details to infer this.  For example on Sent packages do we also need to check for an Autocomplete flag equal to false and then check to see if all Documents are signed, or if all signers have signed?  Looking for some guidance.  Thanks!

 

 


Reply to: Shared Layout

0 votes

We are an on Prem installation and I was wondering if there is a way in the Back Office to set Visibility=SENDER for all packages we are creating through our integration.  I believe there is a way to do this in code using .withVisibility(Visibility.SENDER) but it would be nice to disable via the Back Office.  If that is available can you let me know what Resource I can update (Feature or Package I would assume) and what the JSON looks like?  We would like to hide the Sharing Layouts feature.  


Reply to: Error Trying to Edit a Transaction that as a rejected Attachment

0 votes

Let me clarify.  In our situation the attachment is already rejected.  The package is edited and we are just trying to update the recipient details.  Here is the exact flow of this use case.  Note that all of these actions are happening in our system where we communicate to OneSpan using the .Net SDK.

1) The transaction is created and sent out.  (1 doc, 1 recipient, 1 attachment required)

2) The transaction is signed and attachment is uploaded.  When this happens the transaction in the 'In Progress' status but it is flagged as Review before Completion.

3) Sender Reviews the Transaction and Rejects the Attachment.  They enters a reason and notify the signer.  The transaction in the 'In Progress' status and it is flagged as Review before Completion with a rejected attachment.

4) The sender then hits 'Edit' on the Transaction.  The package status changes to 'Draft'.  The sender can make some edits but in this case no edits are made.

5) The sender clicks Next to navigate to the designer which we have iframed into our application.  It is at this point that before we render the Designer we first save the transaction details in case there were some editing changes.  It is at this moment that we are using the .Net SDK to update the Signer for this package.  It is at this point we get the error above.  

You can refer to the attachment as I have included screenshots to help explain the scenario.


Attachments

Reply to: Questions: Adding KBA to our Integration

0 votes

Duo,  Thank you for the above information as this is very helpful.  I too am surprised that when a recipient submits a failed KBA attempt that the call back is not triggered.  Would it be possible to submit an enhancement request for this?

 


Subscriptions

Topics Replies Freshness Views Users

Is there a way to change the browser's page title during the signing session?  Ours still says OneSpan.  We have been successful at making other signing ceremony customizations as part of our integ

1 3 years 7 months ago 22
Profile picture for user Duo_Liang

Hello Duo,

 

I am getting this error while using the latest chrome beta.

10 3 years 9 months ago 221
Profile picture for user Duo_Liang
Hey team, In our workflow, we use Designer to design and create package and save documents as layouts. My question is, can you explain more about what "share layout" button does and do you have a sep
7 3 years 5 months ago 86
Profile picture for user cdean
Profile picture for user Duo_Liang
Hi, We're working on a workflow that would require our users to upload attachments as part of the signing ceremony (to validate their identity when signing in-person).
3 3 years 7 months ago 73
Profile picture for user Duo_Liang
Profile picture for user harishaidary
Hi, I'm having issues setting the expiration date to null. These are the functions I'm calling: EslClient eslClient = getEslClient(companyId); PackageId pkgId = new PackageId(packageId); DocumentPac
5 3 years 7 months ago 35
Profile picture for user Duo_Liang
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.