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 upayza Occasional Visitor

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 a month ago
Unsolved
0
2
376
by dearsina Dabbler

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 a month ago
Unsolved
0
2
753
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
1877
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
1221
by KosimK New Contributor

Hello,So I tried this tutorial and had some issues with it. I followed the tutorial step by step, but I received the same response from sandbox server:{"responseStatus": {"status": 400,"code": "9123",...

Unsolved
0
2
1421