Re: Internal Application Error

Solved! Go to solution
Vasyl
Helper

Internal Application Error

For Merchant Search(https://sandbox.api.visa.com/merchantsearch/v1/search) I'm always getting error:

"status": {

     "statusDescription": "Internal Application Error",

     "statusCode": "CDI082"

}

I tried it from visa website(https://developer.visa.com/capabilities/merchant_search/reference#merchant_search__merchant_search)

and from my java code(with sample code provided)).

 

I need to search by two fields: acquirerCardAcceptorId and acquiringBin.

I also tried with Test Data from Merchant Search application but getting error "Invalid Group Name{GNBANKA}".

If change responseAttrList to "GNSTANDARD" I'm getting error "Internal Application Error"

4 REPLIES 4
LakshanFernando
Community Moderator

Re: Internal Application Error

Hi Vasyl,

We are looking in to this and update you asap.

 

Thanks

Lakshan

 

 

Vasyl
Helper

Re: Internal Application Error

Thank you for your reply and I am looking forward for your help. Let me know if you need any more details regarding the issue I reported

sabuelna
Helper

Re: Internal Application Error

The issue has been fixed now.

Vasyl
Helper

Re: Internal Application Error

Hi. Yes it's working now. Thanks.