@shameem appreciate you for sharing this! 🙏🏼
would you know why this is still getting 401 Incorrect credentials supplied?
Payload was encrypted just fine and I've run the VSPS Search POST API but still getting this error
{
"responseStatus": {
"status": 401,
"code": "9124",
"severity": "ERROR",
"message": "Incorrect credentials supplied",
"info": ""
}
}
![Screenshot 2025-01-01 at 11.44.53 PM.png Screenshot 2025-01-01 at 11.44.53 PM.png](https://community.developer.visa.com/t5/image/serverpage/image-id/3522iC732558A04A7CA94/image-size/large/is-moderation-mode/true?v=v2&px=999)
Client certificate pem and key is already added here:
![Screenshot 2025-01-01 at 11.48.59 PM.png Screenshot 2025-01-01 at 11.48.59 PM.png](https://community.developer.visa.com/t5/image/serverpage/image-id/3524iBD53D69E0DBD0642/image-size/large/is-moderation-mode/true?v=v2&px=999)
Also, Basic Auth is setup with username and password taken from Dashboard
![Screenshot 2025-01-01 at 11.52.12 PM.png Screenshot 2025-01-01 at 11.52.12 PM.png](https://community.developer.visa.com/t5/image/serverpage/image-id/3525iCFA85F333B58D759/image-size/large/is-moderation-mode/true?v=v2&px=999)
Also in Postman config.js, server certificate pem and private pem are used
![Screenshot 2025-01-01 at 11.49.15 PM.png Screenshot 2025-01-01 at 11.49.15 PM.png](https://community.developer.visa.com/t5/image/serverpage/image-id/3526i3D20F066F7322F3C/image-size/medium/is-moderation-mode/true?v=v2&px=400)
Any ideas why it is still throwing 401? 🙏🏼 Thank you!