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.
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.
Thank you. I will give that a try.
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.