340 results matched your search criteria
Forum topic
OneSpan Sign
I'm trying to update all the roles such as adding and removing a few of them with one API call. I tried:
PUT /api/packages/{packageId}/roles
... but I get "500 Internal Server Error".
Forum topic
OneSpan Sign
I have done multiple trials and not able to end up with successful results for uploading a document to a Transaction.
Forum topic
OneSpan Sign
Hi, I am trying to find out how to set the package expiration date through REST API.
I could only find how to do it through SDK, but not through REST API.
Forum topic
OneSpan Sign
Hi,
I'm looking to integrate the OneSpan Sign API with our web application using Spring Boot. Is there any sample code available to help me get started?
Thanks,
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
I've noticed that the MaxPageSize value in the PageRequest class has the value of 50, but I believe the maximum number of transactions (and presumably other items) that can be returned in a request to the API is 100
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.
Forum topic
OneSpan Sign
need Certification to connect onespan api's from rest template. Could someone help me by providing one span certification . So that i can test from Rest Template .
Forum topic
OneSpan Sign
Hello, I want to send a pdf file using e-sign.
I sent a file (by creating transaction) using sandbox account manually and I want to do the same via rest api.
But I am not able to figure out the json content for the sender and signer details in plsql.