idealzon

Signer Information is not getting assign.

0 votes

Hi Team, 

I am trying to consume the OneSpan ESign REST API in my Outsystems Application. For that I am using the Add Package method. I am passing the parameters as request but the package generated is showing the different signer name and mail (Mine) in the package. Will anybody help me out to overcome this issue?

 

Thanks and Regards

Rupesh Wani 


Attachments
Error_0.png38.01 KB

Reply to: Signer Information is not getting assign.

0 votes

Hi Rupesh Wani,

 

Welcome to OneSpan Sign and thanks for your post! Not sure if this helps but once you have created a package, the package sender (in this case it's your mail I believe) will always be automatically added to the signer list at the first index. If you can loop through the other signers, the added signers should be there.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Signer Information is not getting assign.

0 votes

Thanks Duo,

Can you tell me how can I can loop the signers ? Is there any API Method?

As I am using the API.

Thanks and Regards

Rupesh Wani


Reply to: Signer Information is not getting assign.

0 votes

Hi Rupesh Wani,

 

Although I am not an expert in Outsytesms development, can you try directly referencing the index of the role list like this:
PACKAGE.Roles[1].Signers[0].Name

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off