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 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...

Posted in Two-way SSL & X-Pay Token yesterday
Unsolved
0
1
28
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",...

Posted in Two-way SSL & X-Pay Token Saturday
Unsolved
0
1
200
by kaoutar New Contributor

Hello! i'm currently trying to execute the visa code checkout but i'm having hard times understanding the fields within the config.cng.# Section 1: API Authentication# Sub-Section 1a: For Two-way mut...

Posted in Two-way SSL & X-Pay Token a week ago
Solved
0
2
709
by roywang New Contributor

hi, i cannot get a 200 response on hellow world. please help me.Thinksthis response is: {"responseStatus":{"status":401,"code":"9159","severity":"ERROR","message":"Token Validation Failed","info":""}}...

Posted in Two-way SSL & X-Pay Token a week ago
Unsolved
0
5
794
by manish_shahani New Contributor

I am getting below response for my POST API (vtis/v1/pan/retrieveTokenInfo){    "responseStatus": {        "status": 401, &nb...

Posted in Two-way SSL & X-Pay Token March
Solved
0
1
914