Hi, @RapidPay! Thank you for reaching out. One of our agents will look into this and get back to you soon. In the meantime, if any community members know a possible solution, feel free to share it here.
i am still struggling with this issue
Please refer to the Error Response page for the error and solution here: https://developer.visa.com/pages/visa-developer-error-codes. Please check the following, test again and share your result with us.
HTTP STATUS | HTTP CODE | CAUSE/RESOLUTION |
---|---|---|
FORBIDDEN |
403 |
The 403 (Forbidden) HTTP Status code indicates that this project does not have permission to access the requested resource. This can happen if you are trying to invoke API request for a resource that is not part of your project e.g. if you have created a project with Visa Direct Product but are trying to use the same credentials to access Visa Consumer Transaction Controls. Check for the following:
|
Facing same issue.
URL : https://sandbox.api.visa.com/vdp/helloworld
Http Status: 403
Two-Way (Mutual) SSL test failed
{"responseStatus":{"status":403,"code":"9611","severity":"ERROR","message":"Authorization Failed for the URL.","info":""}}
Have you changed URL from the sample code with API URL you want to call.
I also thought that the sample code will be boilderplate solution, which only requires putting key path and simple yada yada...