OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
362 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
When an attachment can be added in a package via JAVA SDK? Could you share a sample code?
Thanks
Wendy
Forum topic
OneSpan Sign
Hi,
I am not clean how to use attachment, could you please share an sample code? Also once there is attachment in a package, the sender have to accept this attachment, otherwise the signing ceremony will not be completed?
Thanks
Forum topic
OneSpan Sign
Is it possible to modify the text on the initial "Go to Uploads" button that appears during a ceremony requiring a file upload? Or is it possible to modify the text that says "There are pending uploads"?
Forum topic
OneSpan Sign
For attachments that are uploaded, how can I get the file extension (PDF, jpg, tif, etc...)? I only see these attributes on OneSpanAPIOjbects.AttachmentRequirement:
this.data = data;
Forum topic
OneSpan Sign
Hi, i am trying to use the POST api /api/packages/{packageId}/attachment/{attachmentId} to add an attachment to a package but i always receive the below reply.
I am testing it through the swagger of the community portal. Any idea on the reason of the error?
Forum topic
OneSpan Sign
Hi, I have a method to Retrieve the attachment:public async Task<byte[]> GetAttachmentContentAsync(string packageId, string attachmentId){
Forum topic
OneSpan Sign
Dear, When we are creating a new package with the .net SDK we need to know if the template has any roles that have attachment requirements. Sofar I can see is this information not mapped when we make a request.
Forum topic
OneSpan Sign
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK.
Suppose we already have the template ready in e-SignLive.
Forum topic
OneSpan Sign
Guys,
Is it possible to attach an image, via base64 encoding, to a label field? Something similar to how we are able to attach an image to a capture signature by using the handdrawn value?
Forum topic
OneSpan Sign
Hi team,
We have a client who's asking whether there's a way to get when an attachment is uploaded, using API? It seems not in the transaction payload.
Thanks in advance!