Alias Resolve Token validation failed Error with Error Code 9208

Sujit
Occasional Visitor

Alias Resolve Token validation failed Error with Error Code 9208

Hello,

I am having an issue when trying to call the Alias Resolve API from Postman for testing as same I need to implement in my Project with VISA.

I did payload encryption as it is done on the example code, the same encrypted payload I am passing in the message body along with all required parameters in the Header, but getting following response.

 

{ "responseStatus": {"status": 401, "code": "9208", "severity": "ERROR", "message": "Token validation failed", "info": "" }}

 

Header Parameters -

{"alg": "RSA-OAEP-256",  "enc": "A128GCM", "iat": 1728020139297 "kid": "38XXXXXXXXXXXXXXXXXXXXXX28"}

 

Body -

{"encData":"eyJl------------------------------------oYivvQ"}