Funds transfer VISA direct api

ghias
New Contributor

Funds transfer VISA direct api

how to add authorization body in  Funds transfer VISA direct api url is https://sandbox.api.visa.com/visadirect/fundstransfer/v1/multipullfundstransactions and sending body i am copying from documentation and getting error 

"message": "Expected input credential was not present",
from post man i dont know how to add authorization from postman .
1 REPLY 1
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Funds transfer VISA direct api

Hi @ghias,

 

The error "Expected input credential was not present" usually occurs when the credentials used are invalid. You may want test your project credentials with our Hello World API first to confirm that the credentials used are valid. Please reference the below guide on how to run the Hello World API with Mutual SSL on Postman:

https://community.developer.visa.com/t5/Two-way-SSL-X-Pay-Token/How-to-run-the-Hello-World-API-with-...

 

Visa Direct uses Two Way SSL for authentication. Please test the connectivity and credentials by following the Two-Way SSL (Mutual Authentication) guide:

https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl

 

If the error persists, please provide the following information so we can help investigate:

  1. End Point URL
  2. Request Header
  3. Request Body
  4. Response Header (include the x-correlation-id)
  5. Response Body

Please feel free to reach out with further questions.

 

 


Best,
Stacey

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