Thomas67

Creating a Package without being signer

0 votes
Hello, I want to create a Draft package (no signers, no documents) with the REST API. I'm sending this JSON string :
{  
   "name":"test",
   "type":"PACKAGE",
   "language":"fr",
   "emailMessage":"",
   "description":"",
   "autocomplete":true,
   "notarized":false,
   "settings":{  
      "ceremony":{  
         "inPerson":false
      }
   }
}
But with that JSON I'm always a signer of a package.. What is the right JSON ? or what is the solution to create a Package without being a signer ? Thanks in advance! Thomas

Reply to: Creating a Package without being signer

0 votes
Hi Thomas, I think your JSON is correct and this is working as expected. Even if you create a package without any roles and documents, by default, your owner account will show up in the "roles" block. But this role is not yet assigned to any documents in any approvals. (Role is different to Signer) If you want to read more about role and signer, you can kindly check my latest blog. :) Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Creating a Package without being signer

0 votes
Hello, Thanks for your answer, indeed it works that way! Thomas

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