- DocuSign Community
- :
- Dev Zone
- :
- DocuSign API Integration (PHP)
- :
- PHP - Invalid Signature Credentials exceptions
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 01:45 PM
I figured it was something I was doing wrong in my implementation of the API, but I put our email and password into one of the samples in the SDK and received the same exception.
Could this be an account privileges issue?
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 03:10 PM
We have granted additional permissions on the account. Please let me know if you continue having issues.
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-08-2010 03:11 PM
I appreciate it. It seems to be working now!
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2011 09:30 AM
I'm having this issue as well utilizing PHP as I migrated to the production account. My Demo account worked fine, now I'm getting the exact same error as this user. Can you modify my account in the same manner, and maybe explain a bit further what permission is necessary to avoid the error into the future, for other users.
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-16-2011 12:30 PM
My user access disappeared overnight.
I was running my test PHP yesterday and it was working, I tried this morning and I received a foreach error in the api.php code???
I ran a var_dump on api.php and found the error message to be:
["errorMessage"]=> string(74) "The User is not a member of the specified Account (Check your credentials)"
Credentials.php has not been touched, How did I lose my membership overnight???
intbt
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-16-2011 01:01 PM
Please send me a private message including your integrators key and account id. I'll check the demo site to see if there's a problem with your user access.
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-21-2011 07:42 PM
I have similar problem.
Can you help please?
[Credentials]
APIUserEmail = "4be27c2a-1fda-47af-beaa-1371383797b2"
Password = "..."
IntegratorsKey = "NAXX-6905d586-86eb-48ee-82b6-7d0278a1fb76"
APIAccountID = "ec71ce90-bee9-4157-9a42-f8237778c968"
APIHost = "https://demo.docusign.net"
This is the info I am trying to use with LoanCO PHP app.
I keep getting
SoapFault exception: [soap:Client] Invalid Signature Credentials in /home/white/www/DocuSign-eSignature-SDK/PHP/LoanCo
And I see envelopes out for signature in my dashboard.
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-22-2011 09:37 AM
Are you using the default LoanCo sample with only the credentials changed?
When using RequestRecipientToken you'll need to include the Recipient information as well. Check out https://demo.docusign.net/api/3.0/api.asmx?op=Requ
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-22-2011 09:56 AM
Yes, I am using the default one, just changed the credentials.
Re: PHP - Invalid Signature Credential s exceptions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-26-2011 05:50 PM
Can you check that all the config options work; run the configcheck.php file.
