OneSpan Sign Developer Community: Thank You Dialog and Sender Language

Haris Haidary,

In this blog, I will walk you through what you might have missed in the OneSpan Sign Developer Community during the week of October 23rd, 2017. Hence, let's get straight to it.

Mobile Thank You Dialog

When signing a transaction using your mobile phone, you will be redirected to the "Thank You" dialog page once the transaction is completed. Unfortunately, the "Thank You" dialog page cannot be turned off on the mobile signing ceremony. However, you can have the text customized through support. Link to Post

In-Person Signing

If you want multiple signers in one session, then you will need to do an in-person signing ceremony. When doing so, you will get a dropdown list on the top-right hand side of the signing ceremony where you will be able to switch between your signers. The in-person signing is also customizable. For example, you can disable the sender from the dropdown list, as well as the affidavits when switching between signers. Link to Post

Update Sender Language

Finally, when creating senders under your account, the default language will be set to English. However, you are able to update the sender's language programmatically through our API by first, retrieving the sender’s API key by doing a:

GET https://sandbox.esignlive.com/api/account/senders/{senderId}/apiKey

Then, adding the sender's API key as the Authorization header, and make a:

POST https://sandbox.esignlive.com/api/preferences/{senderId}

{
    "language": "en"
}

Link to Post

If you have questions regarding this blog or anything else concerning integrating OneSpan Sign into your application, visit the Developer Community Forums: developer.esignlive.com. That's it from me. Thank you for reading! If you found this post helpful, please share it on Facebook, Twitter, or LinkedIn.

Haris Haidary
Technical Evangelist
LinkedIn | Twitter

OneSpan Developer Community

OneSpan Developer Community

Join the OneSpan Developer Community! Forums, blogs, documentation, SDK downloads, and more.

Join Today