266 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am a bit confused about “Delegation” scenario vs sender onbehalf owner scenario, are those 2 different thing?
Forum topic
OneSpan Sign
Is this sender token required in a json package? I ask because I get an error sending a package request stating "id": "sender" not found. This is just a sender not requiring a signature but sending a request package for signature of another user.
Forum topic
OneSpan Sign
I use following method to update senders info:
eslClient.AccountService.UpdateSender(info, senderid);
The problem is that once this is done sender is inactive and invitation needs to be sent to a sender.
Is there a way to activate sender immediately after update?
I think there is another option.
Forum topic
OneSpan Sign
Intermittently getting some of our senders set to 'EXTERNAL_SENDER'. What would cause this? Package TmMr3BJ4K8RXuVOKzkfRtFeSsWo= is one example. Thanks
Forum topic
OneSpan Sign
Hello,
I'm looking for a way to unlock a sender through the Java SDK.
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
I am unable to add the senders signature image, when creating the sender.
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
Forum topic
OneSpan Sign
Hi,
our client tried to delete account in the Owner account via Sender UI, after he clicked 'x' (delete) button, nothing happened in the GUI, but we found there is error in the log, any idea?
Forum topic
OneSpan Sign
Hey team,
Can we obtain the maximum amount of senders on the account using the API/SDK?
Thanks in advance!