Re: Merchant Search CDI096

jturknett
Regular Visitor

Merchant Search CDI096

I have successfully setup a project and downloaded the [key, cert] and wired up the api_key and shared_secret allowing me to get a 200 response from the 'https://sandbox.api.visa.com/vdp' endpoint.

 

I have moved onto testing the Merchant Search service which is not playing well.

 

I have found several other community support tickets that seemed to have some build defects with projects. Hence I have created another project with no resolve.

 

Below is the error encountered:

 

 

 

Response Body : {
  "merchantSearchServiceResponse": {
    "header": {
      "messageDateTime": "2021-01-14T20:31:58.058",
      "requestMessageId": "merchant_search_1610656319",
      "responseMessageId": "2e1268c7-0a90-4718-9295-2501a771f627",
      "numRecordsMatched": 0,
      "numRecordsReturned": 0
    },
    "status": {
      "statusCode": "CDI096",
      "statusDescription": "No Groups are configured for the requested cdisiAutogenId/Business Application ID"
    }
  }
}

 

 

 

 

I cannot find any documents on the 'CDI096' status code nor can I find how to register groups for the cdisiAutoGenId/Business Application Id'.

 

I am using the documentation found at https://developer.visa.com/capabilities/merchant_search/reference#merchant_search__merchant_search and providing the details specified there as search params. 

 

Any help would be appreciated.

 

3 REPLIES 3
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Merchant Search CDI096

Hi @jturknett,

 

If you are using v2 of Merchant Search API, please use the v1 endpoint (https://sandbox.api.visa.com/merchantsearch/v1/search) for the time being.

 

Product will open up access to v2 in the coming weeks.

 

Hope this helps.


Best,
Stacey

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

Re: Merchant Search CDI096

Thank you. I will give that a try.

SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Merchant Search CDI096

Hi @jturknett,

 

I am happy to share that Merchant Search v2 (https://sandbox.api.visa.com/merchantsearch/v2/search) has been released. Please give it a try and let us know if you have any questions. Thanks.


Best,
Stacey

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