107 results matched your search criteria
Forum topic
OneSpan Sign
API Rest allows me to create a sender in an account. I could verify this process by viewing the sender from Admin> User, but I could not assign it roles through API. Therefore, he will not be able to manage or generate a transaction because it don't has a role..
Forum topic
OneSpan Sign
Hi,
i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe.
What i CAN do and what is working is to obtain a session and build a package view for sender:
private String getRedirectToPackageViewForSender(EslClient eslClient, Authenticatio
Forum topic
OneSpan Sign
I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource Not Found"}
Here's the code I'm using;
Forum topic
OneSpan Sign
POST /account/senders/{senderUid}/resetpassword
I'm using the above with the REST API to attempt to reset passwords for senders in an account.
Forum topic
OneSpan Sign
Hi,
I am the sender, and i want to receive the email when I click ‘forgot your password’ link in the login page.
Forum topic
OneSpan Sign
Hi,
I have the question regarding layout after transferring ownership
Example:
sender UI account "A" as the owner, sender UI account "B" as the sender under "A"
1) "A" creates the layouts and make those layouts as shared
Forum topic
OneSpan Sign
Hello Team,
Greetings for the day.
I use the same sender (Myself) in the sandbox and the time zone on my account is EST.
Breakdown of scenario:
Transaction 1:
Sender: Myself(ESL registered email with EST timezone in the account)
Signer: Myself w
Forum topic
OneSpan Sign
Hi everyone,
I was wondering if there are any constraints on what I configure in the email templates as the "from" email address based on the account owner's or sender's email address domain?
We have setup DKIM on an account so we can use our company's domain for our outbound emails.
I was wonde
Forum topic
OneSpan Sign
How can I pull the subaccount user's apikey using parent account's apikey? I have called api/senders/{accountid}/apiKey and it returns 403. The same method works for the main account however.