anilsha

GetGetSigningStatus REST and SDK giving different outputs for same input

0 votes

We are in process of changing OneSpan SDK to OneSpan REST
 

In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.

REST we are using below URL to get the Signing Status
https://sandbox.esignlive.com/api/packages/{PackageID}/signingStatus?signer=signerId which giving us 'Draft' status as output.

Any ideas on this? Thanks


Approved Answer

Reply to: GetGetSigningStatus REST and SDK giving different outputs for same input

0 votes

Hi anilsha,

 

Take Java SDK for example, check the source code of the SigningStatus class for the mapping reference:

https://github.com/OneSpan/esl.sdk.java/blob/dev/sdk/src/main/java/com/silanis/esl/sdk/SigningStatus.java

 

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