Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
March 2024
March 2024
I am getting below response for my POST API (vtis/v1/pan/retrieveTokenInfo)
{
"responseStatus": {
"status": 401,
"code": "9159",
"severity": "ERROR",
"message": "Token Validation Failed",
"info": ""
}
}
seem like x-pay token is not valid.
I have checked hello world its working fine for me. but the POST API(vtis/v1/pan/retrieveTokenInfo) is giving me the error
request body:
resource path :
seem like x-pay token is not valid.
I have checked hello world its working fine for me. but the POST API(vtis/v1/pan/retrieveTokenInfo) is giving me the error
request body:
{
"panReferenceID": "V-3818099651316817397894"
}
resource path :
vtis/v1/pan/retrieveTokenInfo
am i doing something wrong here?
while running above in postman i am passing the same request body.
i have one doubt as well, while generating the x-pay-token in request body what do we have to give?
because i dont have panreference in my requirement i have pan number..
do we have to pass the plain pan number or encrypted pan number while generating the x-pay-token?
am i doing something wrong here?
while running above in postman i am passing the same request body.
i have one doubt as well, while generating the x-pay-token in request body what do we have to give?
because i dont have panreference in my requirement i have pan number..
do we have to pass the plain pan number or encrypted pan number while generating the x-pay-token?
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
March 2024
March 2024
Hi @manish_shahani,
Please refer to the Visa Developer Error Codes page.
AuthN Error Codes
HTTP STATUS | HTTP CODE | CAUSE/RESOLUTION |
---|---|---|
UNAUTHORIZED | 401 |
Depending on the authentication/encryption mechanism being used, this could be due any of the following reasons. If you are unable to root-cause the same from the possible reasons below, please contact Visa Support at developer@visa.com with the details of the error message, and full http request, response details. Two-Way SSL (Mutual Authentication):
X-Pay Token:
JWE:
JWS:
This could be due to any of the following scenarios in Message Level Encryption (JWE):
General:
|