I want to be able to export the json file that results from the UI when I am setting conditions on a file.
- Read more about json file
- 1 comment
- Log in or register to post comments
- 78 views
I want to be able to export the json file that results from the UI when I am setting conditions on a file.
I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields. At the time of signing I need to be able to choose a RADIO button and this will trigger enabling a text box related to this button plus enabling the SIGNHERE related to it. At the same time will disable the rest of the TEXT and SIGNHERE options. Can we do that? Can you show me a code example? If I have to use the API to setup the condition and logic, can you tell me how. Attached are all my TABs from my XML file that translate to
I have a business account that all users delegate into and now they want to use it to send transactions via an integration. The challenge is that no one can ever log into the business acount so when we generate the client app ID and secret they are assigned to the person who delegated into the service account and NOT the actual account. Is there a way to generate them using the API so I can "be" that person and get some created?
Hi,
Assuming the one span sign UI is already configured with the Azure AD authentication to login, Is there a way to use same configurations to Authenticate the one span API or get the Auth token for API access. Instead of using the API keys or Client App?
If yes do the .Net SDK supports the flow.
Thanks In Advance.
Hi,
I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Some packages are sent to onespans by our system and it receives package IDs with success status but Still, on my one portal, they have disappeared so want to check the status of these packages. that's why I need to call get package API using
Thanks,
Hello,
We get the message "At least one signature is invalid" when we open the Signed PDF through OneSpan.
We tried to identify issues by searching similar topics, but we could not find the exact solution.
It would be great if we can get some ideas about this issue.
Thank you
In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the
DocumentBuilder documentBuilder = DocumentBuilder.NewDocumentNamed(document.FileName)
.WithId(document.Id) // Ensure document ID is set correctly
.FromStream(fs, DocumentType.PDF);
After the case statement is done with all records I added to the package builder
packageBuilder.WithDocument(documentBuilder);
At the end I build the Package
var builtPackage = packageBuilder.Build();
Before creating document signing url, we're trying to get template from esign sandbox. Getting error response, response|"System.HttpResponse[Status=Forbidden, StatusCode=403
I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 }) from reading <AnchorTabString>{ESIG_BORR01_SO_0001}</AnchorTabString> inside my PDF file. At the time of signing the Tabs are still showing up in the screen. Can you tell in C# code what I am doing wrong?
Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Failed to communicate with the callback server. URL: https://ds-api-esignevents-dev.app.covius.com/Api/Event/Post Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_ACTIVATE","sessionUser":"9J6dpQoCPdoQ","packageId":"Gpwk2WTVRxP0XCdPnjuvT-bVVlQ=","message":null,"documentId":null,"createdDate":"2024-05-02T16:30:45.298Z"} Reason(s): Connection reset