Re: VCES Validation - Vendor Unique Id is invalid

Solved! Go to solution
tibalogh
Helper

VCES Validation - Vendor Unique Id is invalid

Dear Team, 

 

I tried to use the validation endpoint, and it responds with the message: statusCode: 200, statusDescription: "Vendor Unique Id is invalid".

Vendor Unique Id was taken from the project's configuration, permanentAccountNumber from the Test Data.

 

Endpoint URL:  https://sandbox.api.visa.com/visacardeligibilityservices/v1/cardeligibility/validate

Request Body: 

 

{
"permanentAccountNumber": "4000000000000007",
"vendorUniqueId": "14096_TstVDPPgm1",
"requestTimeStamp": "2022-05-02T12:47:07.382Z",
"correlationId": "975f2b27-e9ff-4cb5-98d9-d3f36cd7ecc0"
}

 

 
Response: 
 

 

{
    "statusCode": "201",
    "statusDescription": "Vendor Unique Id is invalid",
    "CorrelationId": "975f2b27-e9ff-4cb5-98d9-d3f36cd7ecc0",
    "responseTimeStamp": "5/2/2022 12:47:08 PM",
    "eligibilityLevel": "0",
    "cardId": "0"
}

 

 
X-CORRELATION-ID: 1651495628_016_1005586751_-74979967_VDP_WS
 
 
Can you please tell me if I'm doing something wrong, and how can I get successful response from the endpoint?
Should I provide more info on this?
 
Thanks in advance,
Tibor
 
 
 
 
5 REPLIES 5
tibalogh
Helper

Re: VCES Validation - Vendor Unique Id is invalid

Edit: StatusCode was 201, not 200. It was a mistake, sorry for that.
jenn_kh
Community Moderator

Re: VCES Validation - Vendor Unique Id is invalid

Thank you for reaching out, @tibalogh! An agent is looking into this and will get back to you as soon as possible. In the meantime, if any community member knows the solution, please share it here! -Jenn

tibalogh
Helper

Re: VCES Validation - Vendor Unique Id is invalid

Thank you, it looks like this VendorUniqueId works now.

 

I tried with one of my colleagues vendor unique id as well: 1273_TstVDPPgm but unfortunately it did not work either.

The message was the same as above:  Vendor Unique Id is invalid.

X-CORRELATION-ID1651570987_782_1552974181_-74979967_VDP_WS

 

Can you please check this one as well?

 

Thank you in advance, 

Tibor Balogh

API_Managers
Visa Developer Support Specialist

Re: VCES Validation - Vendor Unique Id is invalid

Hi @tibalogh,

 

You had mentioned that the VendorUniqueId works now, however, when you used your colleague's VendorUniqueId it did not work and you received an error. Please continue to use your own VendorUniqueId and do not use your colleague's VendorUniqueId. Please confirm that if you use your own VendorUniqueId then that fixes the issue. If so, I'll close your case as resolved.




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.

tibalogh
Helper

Re: VCES Validation - Vendor Unique Id is invalid

Yes, thank you 🙂