mikcanf

Pkg ID vs Signer ID etc

0 votes

The “packageID” seems fine, works for other API call but “SignerID” from Evidence Summary does not seem to be recognized. Its confusing as items are referred to by multiple names, e.g. PackageID appears to be the same as Signing CeremonyID and Transaction. I have only created a single Transaction at this point.

I am assuming yellow high-lighted ID is the SignerID yes/no???

Below from Evidence Summary ( see attached WORD doc )

Image removed.

 

Image removed.


Reply to: Pkg ID vs Signer ID etc

0 votes

Hi mikcanf,

 

Although your screenshots are broken, I can essentially understand your confusion.

For package ID, it may also be referenced as "Transaction ID" or "Signing Ceremony ID", all the same thing.

For role ID versus signer ID, they are two difference attributes in package creation JSON:

{
  "roles": [
    {
      "id": "Role1",
      "signers": [
        {
          "email": "[email protected]",
          "firstName": "1.firstname",
          "lastName": "1.lastname",
          "company": "OneSpan Sign",
          "id": "Signer1"
        }
      ]
    }
  ],
  "name": "Example Package",
  "type": "PACKAGE",
  "language": "en",
  "emailMessage": "",
  "description": "New Package",
  "status": "DRAFT"
}

If you've missed to specify them, OneSpan Sign system will generate a random ID for your signer.

Back to the evidence summary, the "signer ID" points to the signer ID in package JSON.

6-25-1

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to:

0 votes

You seem to have been able to "paste" the info directly in which didn't work for me so I tried to save/attach a couple of image files. One is a portion of the Evidence Summary and some body details for POST /api/authenticationTokens/signer/multiUse

The body is below as well, "??????" I can't seem to find value for signerId that works and tried many values. The packageId is fine.  I see where you have differentiated ID for Roll vs ID for Signer but I don't know what signerId is called / referred to as in the APP it self, where can I see it in the App, by what label/text description? or is it even visible in App ( as in how a users sees it )?

{
  "packageId": "KPK77FQHcXjr5xZJ5bq9lRefZZM=",
  "signerId": "??????",
  "sessionFields": {},
  "value": "string"
}

 


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