I've been pulling my hair out trying to get DocuSign to work with my website.
The basic idea is:
- Anonymous user lands on page with form
- User fills out form
- Before submit generate PDF from details
- Ask user to sign by clicking button
- Takes user details and document and redirects to DocuSign for user to sign
- Redirects back to my site with thank you / success
I'm a PHP dev, worked with plenty of API's, I can handle most of that. The problem is that getting an oAuth Token in order to use the API. When I use the oauth/auth endpoint, it returns a HTML DocuSign login form.
I do not want the user to sign in. I want them to be able to just click a button, sign with docusign and come back. They shouldn't have to have a DocuSine account. I want the website to be the logged in user in that makes sense?
Am I missing something obvious?
Many thanks, Jon
REF: https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-in-app-embedded/
FYI:
- I've changed the login settings in the integration key settings, it's set so user does not have to be logged in to sign.
- I've installed the PHP Code example locally and that also requires a user to login. https://github.com/docusign/code-examples-php