raygeegarciagm…

Multiple Signers (PHP)

0 votes
Hello, I am working in integrating your esignlive API in PHP. I have got the form and code working. What I'm trying to do next is to add multiple signers on a form. I've tried adding the code below, but I keep getting returned an 'Unauthorized Access' message. array( 'id' => 'Signer2', 'type' => 'SIGNER', 'signers' => array( array( 'email' => $email, 'firstName' => $firstName, 'lastName' => $lastName, 'id' => 'Signer2', ) ) , ) , On the form I also included the field label: [Signer2.Fullname1] I was told by your sales team that this was possible. Thanks in advance for your help!

Reply to: Multiple Signers (PHP)

0 votes
Hey, So if I'm understanding correctly, everything is working (e.g. package creation, adding signers, upload documents, placing signatures, etc.) up to the point where you need to create a signing session for your signer? Is that correct?
Haris Haidary OneSpan Technical Consultant

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