Re: VCES returning error "statusCode":"105","statusDescription":"

kctiw
Regular Visitor

VCES returning error "statusCode":"105","statusDescription":"Invalid request object. Please check.""

Hi,

 

I am testing with the following API, via SOAP UI

 

https://sandbox.api.visa.com/visacardeligibilityservices/v1/registeriframe/token

{
"vendorUniqueId": "<my_test_vendor_id>",
"correlationId": "12345"
}

 

However i am getting the following response:

{"statusCode":"105","statusDescription":"Invalid request object. Please check.","correlationId":"12345","responseTimeStamp":"6/5/2020 12:19:00 PM"}

 

May I know what am i missing?

 

 

 

5 REPLIES 5
API_Managers
Visa Developer Support Specialist

Re: VCES returning error "statusCode":"105","statusDescription":"

Hey @kctiw,

 

I'll take a look and get back to you soon.

 




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.

API_Managers
Visa Developer Support Specialist

Re: VCES returning error "statusCode":"105","statusDescription":"

Hey @kctiw,

 

I'm happy to help. To help troubleshoot the issue, please navigate to this forum post for reference  - https://community.developer.visa.com/t5/Connection-Security-Errors/Error-404-Visa-Card-Eligibility-i...

 




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.

kctiw
Regular Visitor

Re: VCES returning error "statusCode":"105","statusDescription":"

Hi Diana,

Thanks, it helped, but I am now facing another error:

 

{
"statusDescription": "Vendor Unique Id is invalid",
"responseTimeStamp": "6/7/2020 4:29:48 AM",
"correlationId": "202006070001",
"statusCode": "201"
}

 

I have cross checked with my account vendor ID, it should be correct.

Anything else I need to check?

 

kctiw
Regular Visitor

Re: VCES returning error "statusCode":"105","statusDescription":"

It solved the initial problem. However, I am getting different type of error on 'Vendor Unique Id is invalid' but I checked it should be using a valid one. Also, what is the server timezone so that I can produce the requestTimeStamp correctly on first call.
API_Managers
Visa Developer Support Specialist

Re: VCES returning error "statusCode":"105","statusDescription":"

Hey @kctiw,

 

Please note, that when you create a test App in our sandbox you will receive test data in your App. The test data for your Visa Developer application is available in the Dashboard under test data in the left navigation, this will ensure that you are using valid data that has been provisioned for specific scenarios. You will basically have a table per API that is split into the Request and Response sections and the values on the Request section are meant to be populated in the payload with the intention of obtaining results specified in the Response section.
20190905 Test Data.png
Sandbox data is limited to what is provided in the Test Data tables and is not integrated to the Visa Network and you cannot test real data in sandbox. 

 

If you're still experiencing an issue, please visit the Visa Developer Error Codes page for cause/resolution here - https://developer.visa.com/pages/visa-developer-error-codes


 




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.