73 results matched your search criteria
Forum topic
OneSpan Sign
My Operator id configured with Production env (US2). I could not find the API key in the integration tab of the Admin Page. How to get a API key for PROD environment . Kindly let me know the End Point URL for the production env API's.
Forum topic
OneSpan Sign
We are having issues using the API key to archive messages. We are getting a 403 error.
I removed the URL/and package number, but you can see the error below.
Forum topic
OneSpan Sign
I created an OneSpan Sign sandbox account and I'm trying to connect via the Salesforce OneSpan app however when I try I get an API key is not valid error. Has anyone ran into this before?
Forum topic
OneSpan Sign
Hi,
I been trying to get status' for my packages, but i am hitting a wall.
I am running the following using the owner API Key and attempting to retrieve packages that are owned by a separate sender:
/api/packages/:packageId
Forum topic
OneSpan Sign
Hi,
I need to get newly created sender's API key and store it in local database. Sender class does not contain attribute APIkey. Is this even possible?
Forum topic
OneSpan Sign
I was trying below API call and received web page instead of expected Payload
GET /api/sysinfo
HTTP Headers
Forum topic
OneSpan Sign
Hi,
I am trying to get the signing status of a package using the following SDK call:
eslClient.getPackageService().getSigningStatus(packageId, signerId, documentId)
What I noticed that this call has inconsistent behavior while returning package information.
On some occasions even if a package is av
Forum topic
OneSpan Sign
i am using sand box API with PHP for electronic signature but it shows authentication error.
Forum topic
OneSpan Sign
We are using subaccounts and I want to see what senders have rights in the main account and each subaccount. Any suggestions on the API call to use? I have access to the sender API keys and unique IDs if that helps.
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve the packages which are in "DRAFT" status , below is API url. Below is my code that i am running, in the response it always returns only one package and that too with the status "COMPLETE" .