getting error: Invalid input found, please correct the input data

saisandeep
New Contributor

getting error: Invalid input found, please correct the input data

Hi,

I am getting the error with test data provided in the product GetSupplierDetails, please review the above request details
--header 'x-pay-token: xv2:1716472498:118ae20232aebe83d948aeafba6a3d0b' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"clientID": "B2BWS_1_1_9999",
"supplierId": "APISupp-102",
"messageId": "05/21/2024 10:15:30 AM",
"buyerID": "9210101012",
"AccountNumber": ""
}'
I am getting the response as linked
{
"responseStatus": {
"code": "9501",
"severity": "ERROR",
"message": "Invalid input found, please correct the input data",
"info": "",
"status": "400"
}
}
Could you please help with this api, Thanks in advance.
3 REPLIES 3
jenn_kh
Community Moderator

Re: getting error: Invalid input found, please correct the input data

Hi @saisandeep, Thank you for reaching out! An agent is looking into this and will get back to you soon. Until then, if any community member knows a solution, please feel free to reply.

saisandeep
New Contributor

getting error : Invalid input found, please correct the input data Get Supplier Details - v2 - POST

Hi,
I need help with the api, Get Supplier Details - v2 - POST. I have used sandbox test data, for other apis are working for this api getting response as below,

{
"responseStatus": {
"code": "9501",
"severity": "ERROR",
"message": "Invalid input found, please correct the input data",
"info": "",
"status": "400"
}
}
above are the request details:
curl --location 'https://sandbox.api.visa.com/vpa/v2/supplier/GetSupplierDetails?apikey=QMDGFDGDRMZGLJzk' \
--header 'x-pay-token: xv2:1716474638:c0d90321764f1fc19' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"clientID": "B2BWS_1_1_9999",
"supplierId": "APISupp-102",
"messageId": "05/21/2024 10:15:30 AM",
"buyerID": "9210101012",
"AccountNumber": ""
}'
Thank you in advance.

 

API_Products
Visa Developer Support Specialist

Re: getting error : Invalid input found, please correct the input data Get Supplier Details - v2 - P

Hi @saisandeep,

 

Please refer to the Visa Developer Error Codes page. 




Thanks,

Tee



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