UserId must not be empty
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2017
May 2017
UserId must not be empty
When I try to send data to CardHolderEnrollmentTest.php I get the following error "UserId must not be empty" and the code is "CHERRD116"
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2017
May 2017
Re: UserId must not be empty
I got the same problem. I tried in differente environments (node and java) but the error remains.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 2017
May 2017
Re: UserId must not be empty
Hello,
We have received this inquiry on support emails aand team is working on it, get back to you.
Thanks
Sanobar
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017
August 2017
Re: UserId must not be empty
This error typically occurs when the base64 encoded username:password is not being passed in the Authorization header when calling MLC APIs.
Please verify your authorization header contains the base64 encoded credentials for your app.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
August 2017
August 2017
Re: UserId must not be empty
Correction in formatting of previous response: This error typically occurs when the base64 encoded username:password is not being passed in the Authorization header when calling MLC APIs.
Please verify your authorization header contains the base64 encoded credentials for your app.