PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, August 26, 2022

[FIXED] How to implement DocuSign for a marketplace app?

 August 26, 2022     docusignapi     No comments   

Issue

We are building a marketplace app similar to the Uber model. In this the service provider and end customers both register with the platform. Once they negotiate for a particular service with each other, they need to sign a contract before they can transfer any payment. This will be a docusign embedded signing request where the service providers terms and conditions will be uploaded as PDF and then signed by the end user.

Do we have a way in the API to get the document sent on behalf of the service providers to the end users? Do we need to be an ISV for this? We do not want to make any one login to docusign and want to application to work seamlessly.


Solution

If I understand correctly, you want to automate the sending of agreements from the providers to the customers.

Since the providers are in different companies, each provider company should have their own DocuSign account.

The providers could then use your app to automate the sends.

Or you can provide the DocuSign accounts (one per provider company)

Both options work fine. With the second option, you have a different status with DocuSign. ("ISV-L") rather than regular ISV.

If you feel that many of the providers already have a DocuSign account, then the first option may be better.

Contact partners.docusign.com for more information.

Follow-up question (see comment)

A follow up from the original poster: Will it be ok to just use a regular DocuSign account and then have the service provider agree to something like "We accept and authorize XYZ app to handle contract on behalf of our company"

I think you're suggesting that the providers would authorize your company to make legally binding contracts on behalf of the providers.

You're asking a contract law question. My answer (IANAL) is no. But your mileage may very. Consult your finance director or legal counsel for the answer that applies to you.

You could use DocuSign to send out a contract where the first party is the provider, and after they sign, the contract is sent to the end customer.

But that probably violates DocuSign's terms and conditions. Ask your lawyer before proceeding.

My suggestion is the first option listed above. Many of your providers may already have a DocuSign account, and others would be willing to purchase one to achieve the benefits of eSignatures and automatic contract generation via your app.

If you design your app correctly, it will be easy for your providers to install and use.



Answered By - Larry K
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing