Packages and Documents
Wednesday, May 9, 2018 at 06:55amHi,
I am trying to integrate the flow into a node application. I am stuck at the add documents/start session stages. I have created a template via the web UI. I am able to create a draft package via the REST API.
However I don't know what to do to make a package not a draft. I get
This package is in an invalid state for requested action.
when trying to start a session with a draft package. I get error.validation.sendPackage.noApprovals
when I try to create a Sent package via the rest api.
Any help would be greatly appreciated.
Marlon
Reply to: Packages and Documents
Wednesday, May 9, 2018 at 10:48amHi Marlon, You will need to change the status of the package to SENT in order to activate the package. You can find how to do so here: https://community.onespan.com/forum/sending-package-using-rest-api
Reply to: Packages and Documents
Friday, May 11, 2018 at 08:42amoptions: { filename: { '0': {} }, contentType: null }
gives an error path needs to be a string. If I change it to a string, it returns aMissing process definition
error. What is meant by process? MarlonReply to: Packages and Documents
Friday, May 11, 2018 at 09:25amReply to: Packages and Documents
Friday, May 11, 2018 at 09:31amReply to: Packages and Documents
Friday, May 11, 2018 at 12:33pmReply to: Packages and Documents
Friday, May 11, 2018 at 12:46pmReply to: Packages and Documents
Tuesday, May 15, 2018 at 11:15amReply to: Packages and Documents
Tuesday, May 15, 2018 at 12:07pmReply to: Packages and Documents
Tuesday, May 15, 2018 at 12:37pm