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