Reputation: 57
With reference to two existing questions on this topic(here and here), I'm still confused and I would like to reopen this topic.
So the flow in my app is the following: 1. Seller goes to the buyer, they agreed on the order and they complete the order; 2. Immediately after they click on Complete Order, an embedded signing page is opened and both seller and buyer have to sign the order within the same page
Is this possible without opening two recipients views - one for the buyer and one for the seller? Can we achieve this just by opening one view where both recipients can sign the order?
I tried to add a single recipient with two signing boxes, but when I change the signature in one box, automatically the second one is changed, so we cannot achieve this flow.
Thank you!
Upvotes: 1
Views: 651
Reputation: 5029
DocuSign will not allow you to make a single session for two unique signers. You will need to define two separate recipients and generate a different signing view for each one.
After a user clicks 'Complete Order', your application will need to generate the signing session for one signer (you'll need to determine who goes first). Once they've signed, they'll be sent to the redirect URL - at that point your application can generate the second signing session URL.
Upvotes: 3