Two-way SSL & X-Pay Token

Use this board to get guidance for invalid input, failed connections to sandbox, roadblocks using Two-Way SSL/X-Pay Token, HTTP 4xx/certificate/KeyStore errors, etc.

Recent Conversations

by Tharun New Contributor

I'm trying to get the shared secret key, which is not available on the Visa Developer Portal. Is there any other way to obtain the shared secret key? Please respond as soon as possible or provide any...

Posted in Two-way SSL & X-Pay Token July
Unsolved
0
2
2120
by upayza New Contributor

Dear Visa Direct Support Team, I hope this message finds you well. I am currently in the process of integrating the Visa Direct API into our system. I have encountered a challenge that I hope you...

Posted in Two-way SSL & X-Pay Token June
Unsolved
0
2
1503
by dearsina New Contributor

Hello,I'm developing an API connection to the /vmss/v2/searchTerminatedRequest endpoint. I followed the instructions to set up two-way SSL authentication and when I use Postman to GET the https:/...

Posted in Two-way SSL & X-Pay Token August
Unsolved
0
5
2579
by saisandeep New Contributor

Facing an issue in helloworld api only{"responseStatus": {"status": 401,"code": "9159","severity": "ERROR","message": "Token Validation Failed","info": ""}}Here i am trying to create a x-pay token&nbs...

Unsolved
0
4
3461
by bijujoseph New Contributor

The below is groovy scriptimport javax.crypto.Mac;import javax.crypto.spec.SecretKeySpec;import groovy.json.JsonOutputdef hmac(String secretKey, String data) {Mac mac = Mac.getInstance("HmacSHA256")Se...

Unsolved
0
2
2225