Doubts Visa Card Eligibility Service

Solved! Go to solution
marcelobastos
Regular Contributor

Doubts Visa Card Eligibility Service

Hi,

I'm executing VCES API, but i had some doubts about Response Body. Below follow:

 

in the Validate API execute my request body:

{
"extendedData": "asddd",
"permanentAccountNumber": "4111111111111111",
"requestTimeStamp": "07/23/2018 07:20:00 PM",
"correlationId": "dfsdfasdsdf",
"vendorUniqueId": "3471_TstVDPPgm3"
}

i receive reponse body:

{
"statusCode": "001",
"statusDescription": "Ineligible card for this program",
"CorrelationId": "dfsdfasdsdf",
"responseTimeStamp": "7/23/2018 7:18:20 PM",
"eligibilityLevel": "0",
"isEligible": "False",
"cardId": "75"
}

It's ok! 

But in Developer Center --> API Explorer sample the response body return this template:

 

{

  • "cardHolderId": "4567",
  • "cardID": "12456",
  • "iseligible": "True",
  • "acctFundSrceSubTyp": "xxxxx",
  • "acctFundSrce": "xxxx",
  • "eligibilityLevel": "xxxx",
  • "cardBenefits": [
    • {
      • "cardBenefit": [
        • {
          • "cardEnhanceTypeCode": "xx",
          • "phoneNumberDetails": "xx",
          • "benefitDesc": "Visa Signature",
          • "benefitName": "XXXXXXXXXXXX1235 "
          },
        • {
          • "cardEnhanceTypeCode": "xx",
          • "phoneNumberDetails": "xx",
          • "benefitDesc": "Visa Infinite",
          • "benefitName": "XXXXXXXXXXXX1234 "
          }
        ]
      }
    ],
  • "binIndicator": "xxx",
  • "countryCode": "xxx",
  • "productSubType": "xxxx",
  • "productType": "xxxx",
  • "issuerBid": "123",
  • "responseTimeStamp": "",
  • "correlationId": "dfsdfasdsdf",
  • "statusDescription": "Card Ineligible",
  • "statuscode": "300"

}

 

 

10 REPLIES 10
API_Managers
Visa Developer Support Specialist

Re: Doubts Visa Card Eligibility Service

Greetings marcelobastos,

 

That's a good question, and I'd like to work with you for further understanding. Can you please confirm that you are using the account number provided to you in the Test Data tables for VCES API? Please see attachment for a screenshot of Test Data.

 

 

 

 

 

 

 




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.

marcelobastos
Regular Contributor

Re: Doubts Visa Card Eligibility Service

Hi Diana, 

 

Yes, i'm using the TestData. in attachment follow my prints!

API_Managers
Visa Developer Support Specialist

Re: Doubts Visa Card Eligibility Service

Hello frequent community visitor, @marcelobastos,

 

Can you please use the test card numbers from your VDP Dashboard - > Test Data tab for testing and retry?

 

                             

 

 




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.

marcelobastos
Regular Contributor

Re: Doubts Visa Card Eligibility Service

Hi @Diana

I'm using a VPD TestData Card Number!!

API_Managers
Visa Developer Support Specialist

Re: Doubts Visa Card Eligibility Service

Hi @marcelobastos,

 

I have submitted a ticket to the engineering team and I am now awaiting a response. I will reach out to you if additional information is needed from you. If you would like the ticket number, please email developer@visa.com and include a link to this community forum post.

 

                             




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: Doubts Visa Card Eligibility Service

Hi @marcelobastos,

 

I see that you are using 4111111111111111 as card number in the request, but this card is not listed in the test data of the product. Allowed card values are only 400000000007, 400000000013, 400000000006 and 400000000011 as per the Test Data screenshot. Therefore, you are receiving the expected error - "statusDescription": "Ineligible card for this program".

 

Can you please use one of the above card numbers and try again?

 

                       




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.

marcelobastos
Regular Contributor

Re: Doubts Visa Card Eligibility Service

Hi Diana, in attachment follow my print with the correct number.

API_Managers
Visa Developer Support Specialist

Re: Doubts Visa Card Eligibility Service

Hi @marcelobastos,

 

I see you have entered the correct number and have received a statusDescription Success. Can you please confirm that your issue is 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.

BenchekrounAziz
Regular Visitor

Re: Doubts Visa Card Eligibility Service

Hi @API_Managers ,

 

I have the same problem as @marcelobastos .

I have a valid response, but I don't receive all fields described in your documentation.

here is the response that I'm receiving :

{
"statusCode": "000",
"statusDescription": "Success",
"CorrelationId": "123456789iop",
"responseTimeStamp": "6/29/2020 11:28:06 AM",
"eligibilityLevel": "0",
"isEligible": "True",
"cardId": "121"
}

 

Thanks.