Re: Problem accessing my project

devsmarters
Helper

Problem accessing my project

I'm trying to access my project to get data for the use of apis.


My call:

URL: https://sandbox.api.visa.com/vmorc/offers/v1/all

Headers:
Authorization: Basic base64_encode($username . ':' . $password)
Accept: application/json
Content-Type: application/json

I have the RSA PRIVATE KEY, where should I use it?

3 REPLIES 3
vkamboj
Community Moderator

Re: Problem accessing my project

Hi, 

 

Please follow the steps given in the below link to use your private key to generate .p12 file and follow the screenshots provided in the link for SoapUI and try to connect to VMORC API. 

 

https://developer.visa.com/vdpguide#twoway_ssl_mutual_authentication

 

Thank you, 

Vaibhav 

 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
devsmarters
Helper

Re: Problem accessing my project

When I try to open the project, it loads infinitely as an attachment below.

vkamboj
Community Moderator

Re: Problem accessing my project

Hi, 

 

Could you please retry again, i am able to open your project in the backend. Can you please confirm if you are able get to your project. 

 

Thank you, 

Vaibhav

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.