I have an error when I call visa API, Please look at my image
Anyone to resolve this problem?
Solved! Go to Solution
Hi @dongxu8869,
Please check out the below resources on how to configure Two-way SSL and test on Postman:
Two-way SSL guide:
https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#section4
Webinar:
I am facing similar error in my local machine after setting up the certificates and project on VDP
Hi @Suvin,
The error you're seeing is due to basic authentication not being sent in the header with username and password base64 encoded.
Please refer to the Two-Way SSL guide linked above.
Thanks,
Illana