retrieveTokenInfo - Error VSE40001

tokenizacion2
New Contributor

retrieveTokenInfo - Error VSE40001

imagen_2025-02-04_112001339.png

 

imagen_2025-02-04_112110172.png

 

imagen_2025-02-04_112438365.png

 

imagen_2025-02-04_112232841.png

imagen_2025-02-04_112637315.png

 

When trying to make requests I get the error code VSE40001 as a response. What could be causing this problem? The data used for the body of the request was obtained from the examples on the project portal.

3 REPLIES 3
SyedSa
Community Moderator

Re: retrieveTokenInfo - Error VSE40001

Hi @tokenizacion2, Thank you for reaching out. An agent will get back to you as soon as possible. Until then, if any community member knows a solution, feel free to reply in this thread.

DianaVisaPM
Visa Developer Support Specialist

Re: retrieveTokenInfo - Error VSE40001

Hey @tokenizacion2,

 

The error code VSE40001 corresponds to VSE_ERROR_REQUIRED_DATA_MISSING, indicating that mandatory data is missing from your request. To resolve this issue, please consider the following steps:

1. Verify Required Fields:
- Ensure that all mandatory fields in your request payload are populated correctly. Consult the API documentation to identify the required fields for the retrieveTokenInfo endpoint.

2. Check Data Formatting:
- Confirm that the data types and formats of your request parameters align with the API specifications. Incorrect data formatting can lead to errors.

3. Review Sample Requests:
- Compare your request with the sample requests provided in the Visa Developer Portal. This can help identify any discrepancies or missing elements in your request.

4. Consult Error Code Documentation:
- Refer to the Visa Token Service Issuer API - VSE Business Errors discussion for insights into common errors and their resolutions.

5. Seek Community Assistance:
- If the issue persists, consider reaching out to the Visa Developer Community forums with specific details of your request and the error received. Community members and Visa support staff can provide targeted assistance.

 

By meticulously reviewing your request against the API requirements and utilizing available resources, you should be able to identify and rectify the cause of the VSE40001 error.




Thanks,

Diana



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

tokenizacion2
New Contributor

Re: retrieveTokenInfo - Error VSE40001

 

{

    "errorResponse": {

        "status": 400,

        "message": "VSE_ERROR_INVALID_DATA",

        "reason": "VSE40000"

    }

}

 

    Currently, after some validations and adjustments, the error VSE40000 is obtained. Could this be due to the "panReferenceID" whose value is invalid? The value of this field was obtained from the examples provided in the VISA DEVELOPER CENTER.imagen_2025-02-09_162358886.png