I am trying to run pullfundstransactions API in POSTMAN but ending up with the error "Expected input credential was not present" inspite of passing the required base64 encding auth token in the header. Can someoen help to understand why this issue?
Hey there,
Thanks for asking this question in the community forum! Can you please make sure that you've included the client certificate in the key store, and also make sure that the correct key store is included in your SOAPUI project?
Please follow these instructions in the getting started guide - https://developer.visa.com/vdpguide#get-started-overview:
For openssl: “Creating PSCS12 (P12) Certificate Store using OpenSSL”
For java keytool: “Updating Java Key Store with Root Certificate and Client Certificate using Java Keytool”
Double check step 3 in “Testing Two-Way SSL Connectivity using SOAPUI”
Thank you,
Diana
I am getting the same error.
It works from the terminal for me using curl
curl --cert /path/to/cert:password https://sandbox.api.visa.com/vdp/helloworld -H 'Accept: application/json' -H 'Authorization: Basic base64string'
But using the same certificate it gives me the error from inside the iOS app I am trying to build.
In fact it worked for me once and then stopped working and gives this error "Expected input credential was not present"
Hey there @akshaymhatre,
Please take a look at the guided steps provided in this community forum post to resolve the error you are seeing -
Hope that helps and feel free to read the Q&A within this forum! You'll find some useful information and tips for your coding development.
It is working for me from SOAP UI and also from terminal. On the iOS App I am getting the error.
Here's the correlation id 1526445715_703_76_l55c003_VDP_ARM
any logs recovered from the CR?
Hi @akshaymhatre,
Can you please try using the most up to date iOS? What iOS are you using?
I was testing on iOS 11.2
Hi @akshaymhatre,
Please review the Visa Direct documentation via this link - https://developer.visa.com/capabilities/visa_direct/docs
In particular, see the top few paragraphs that are shaded in yellow that discuss the requirements to use Visa Direct.
After having read the documentation, if you meet those requirements, then please click through the link in those paragraphs to the Visa Direct Program Implementation Questionnaire, fill it out, and submit to the email address listed on that form. Please let us know if you have other questions.
I am trying to use the foreign exchange rates API
https://developer.visa.com/capabilities/foreign_exchange/docs
The docs for that say the following:
The Foreign Exchange Rates API is available for use by any developer in sandbox and production. However, Visa retains the right to review your project implementation of this API prior to production on-boarding to ensure appropriate use of its features.
I am trying to use it in sandbox, so it should be working fine.
But I still get that error.