32 results matched your search criteria
Forum topic
OneSpan Sign
I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.
If i create a package through API it will be created inside my home sub account
How to create package in different sub account using API for a particular user as sender
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
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,
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
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
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
I'm trying to get a senders API Key for CA production do I have postman created correctly?
Forum topic
OneSpan Sign
We are using Apex SDK to create transaction in OneSpan, we aren't using OneSpan Salesforce Connector. We have API key for authentication. When the user create transactions in OneSpan from SF, sender is always OneSpan's user attached to master account.