15 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Is it possible to declare during the package creation instance that an extra file should be attached after signing the package documents? The package status automatically changes to COMPLETED after uploading the extra file or should I force the status to COMPLETED by API?
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 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
Hi,
I'm having a problem. When I define the payload to create the transaction, OneSpan overrides the attachment ID.
For example, the user is required to attach 2 documents.
Forum topic
OneSpan Sign
Hi all,
What does the following error message mean when trying to pass through a Salesforce attachment to OneSpan?
Error creating OneSpan package with documents: 520 - null - error code: 520
Forum topic
OneSpan Sign
We were successfully sending transactions and documents to OneSpan until the start of this week when we started receiving the below error. I have also put the invoking code below, it is based on the Apex SDK. It's a weird error as this was working on Friday..
CallOut:
Forum topic
OneSpan Sign
How to place a completed OneSpan Doc as an attachment of a case inside Salesforce. They are doing a one time process outside of the Salesforce Connector to meet a compliance requirement.