General

About yourself
Software developer

Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hi Team,

We are creating a wrapper around OneSpan API and We have embedded the signing process through signer token wherein every signing we end up getting "OneSpan Consent Document".

Hi Team,

I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.

Hi Team,

I am trying to create a transaction. I am the account owner. I am adding 'X as a signer, but when I retrieve the transactions, I am also added as one of the signers in it.

Replies Created

0 votes

Hi Duo_Liang,

Thanks for the code snippet, I got into 3 different use cases while exploring this issue.

I use .NET SDK,

 

case 1: I am the sender/owner of the document and assigning different user as a signer

Problem: Using SignerType == "ACCOUNT_SENDER" will fetch the required signer

 

case 2: I am the sender/owner of the transaction and assigning 2 signers including the owner also as a signer

Problem: Using SignerType == "ACCOUNT_SENDER" will not be sufficient since the owner also acting as a signer in this case.

 

case 3: I am the sender/owner of the transaction and assigning the owner as a signer

Problem: Here I can simply return the signers list when its count is 1.

 

Can you please show or suggest to me a solution for the above use cases, especially on case 2.

 

Thanks,


Subscriptions

Topics Replies Freshness Views Users

Hi Team,

We are creating a wrapper around OneSpan API and We have embedded the signing process through signer token wherein every signing we end up getting "OneSpan Consent Document".

1 2 years 5 months ago 83
Profile picture for user Duo_Liang

Hi Team,

I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.

1 2 years 6 months ago 44
Profile picture for user Duo_Liang

Hi Team,

I am trying to create a transaction. I am the account owner. I am adding 'X as a signer, but when I retrieve the transactions, I am also added as one of the signers in it.

5 2 years 6 months ago 48
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.