318 results matched your search criteria
Forum topic
OneSpan Sign
HI,
I have created a package with some document and set its status to "SENT".
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
PL SQL send pdf file via rest api
Getting below error while trying to send pdf file via rest api using Oracle utl_http
Response> Status Code: 500
Response> Reason Phrase: Internal Server Error
Response> HTTP Version: HTTP/1.1
Forum topic
OneSpan Sign
We use SSO so we don't sending out the invitation for users to activate their accounts. How can I programmatically activate the accounts using the .NET SDK. I can determine who's pending from the list of senders, but not sure how to update their status to ACTIVE.
Forum topic
OneSpan Sign
When I delete a package with:
DELETE /packages/{packageId}
It returns status code 200, with no response payload.
I can call this repeatedly, and it always gives the same response, even when it is already deleted.
If DELETE fails - what response is given?
Forum topic
OneSpan Sign
What happens when the server that is setup to receive callbacks isn't available due to a network issue or an issue with the server itself. Are any attempts made to retry the notification.
Forum topic
OneSpan Sign
Hi, I'm working to retrieve all sender from the accounts that I manage in order to generate some reports.
I'm trying to figure out what is the best approach to incrementally grab new senders without retrieving the full list again.
Do you have any suggestion using REST API's calls?
Forum topic
OneSpan Sign
Hi team,
In our workflow, we allow our user to delete their transaction.
Forum topic
OneSpan Sign
Hi,
I am trying to get evidence summary for a package . But it is returning a response with "Not Acceptable" and code 406. Below is the api url and response.
Forum topic
OneSpan Sign
Hi, we want to keep track of the transactions that has been completed. We want to mark them as completed in our database.