I cannot send the request to the Visa Sandbox, i implemented a bundle to use the VISA Api's with the credentials and it is working good (when i do a request, the response is the expected one), but when i call that bundle in other one and send a request to my REST service to call the bundle where i implemented the calls to the VISA Api's i received an error. {\"responseStatus\":{\"code\":\"9124\",\"severity\":\"ERROR\",\"info\":\"\",\"status\":401,\"message\":\"Incorrect credentials supplied\"}} Could anybody give me a solution or what am i doing wrong?
... View more