kenexcelisyscom

Simple Questions First

0 votes
Hello; I am trying to set up REST API integration for one of my clients. I've gotten as far as: 1) Create The Package 2) Add a Document 3) Create a Signer (Role) 4) Add the Signer I am now trying to send the document to the Signer. How does one do this? The Rest API that I have seen seems to make no mention of sending a document. TIA Ken Moorhead

Reply to: Simple Questions First

0 votes
Hey Ken, The best way to utilize the API is to do all of the above in a single call. Are you doing it this way or are you doing each piece in a separate call? As for Sending a transaction to be signed, all you need to do is update the package to have a status of "SENT" and it's automatically sent. So, perform a PUT call to:
https://sandbox.esignlive.com/api/packages/{packageId}
with a payload of:
{
   "status": "SENT"
}
Hope this helps.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


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