- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Application Error
Hi Vasyl,
We are looking in to this and update you asap.
Thanks
Lakshan
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Application Error
Hi. Yes it's working now. Thanks.