HI, I am in the development of a verification visa card number is correct function, call the following interface to verify,
Https://sandbox.api.visa.com/paai/generalattinq/v1/cardattributes/generalinquir
Documentation: https://developer.visa.com/products/paai/reference#paai__gaai
Call request, return:
{"Code": "9124", "severity": "ERROR", "info": "", "status": 500, "message": "Internal server error"}}
Solved! Go to Solution
Hello,
When you have created PAAI app in portal, you must have got below key in pem format.
For next step you have to follow below guide link for mutual auth validation.
https://developer.visa.com/vdpguide#get-started-overview
In dashboard, there will be 3 certs which needs to be imported in jks if they are using java. Also in dashboard, there is sample code that can be downloaded and use it.
Thanks
Sanobar
Visa Developer Platform