error code in Visa Token Service API

kkoma
Regular Visitor

error code in Visa Token Service API

API : https://sandbox.api.visa.com/vts/panEnrollments?apikey=

 

* After generating the encPaymentInstrument value using JWT, the following error occurs when api is requested.

* The passCodeConversationID value is not in the Api document.

* Can you tell me what the problem is?

 

{

    "errorResponse": {

        "status": 400,

        "message": "The request is invalid. Following parameters may be invalid:<passCodeConversationID>",

        "reason": "invalidRequest",

        "details": [

            {

                "location": "passCodeConversationID"

            }

        ]

    }

}

1 REPLY 1
vkamboj
Community Moderator

Re: error code in Visa Token Service API

Hello @kkoma

 

There is some additional information that we need to look into the issue that you have reported. Can you please send me an email at Developer@visa.com with the following information.

 

Request Header and Body

Response Header and Body

 

Thank you, 

Vaibhav

 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.