Re: PAAI generalinquiry returns HTTP 500 for test request

Solved! Go to solution
AlexeyOrlenko
Helper

PAAI generalinquiry returns HTTP 500 for test request

Hello 
It looks like GAAI test API is broken 😞
URI: https://sandbox.api.visa.com/paai/generalattinq/v1/cardattributes/generalinquiry
RequestBody: {
"primaryAccountNumber": "4815070000000000"
}
Response status : HTTP/1.1 500 Internal Server Error

The same result is on documentation page
https://developer.visa.com/reference#paai__gaai
if I click <Send Request>
see result in attached screenshot

Could you check ?  
Thank you in advance

5 REPLIES 5
Sanobar
Frequent Helper

Re: PAAI generalinquiry returns HTTP 500 for test request

Hello,

 

Please try using this link https://developer.visa.com/capabilities/paai/reference

let us know your results.

 

Thanks

Sanobar

AlexeyOrlenko
Helper

Re: PAAI generalinquiry returns HTTP 500 for test request

Hello 
Test request works well on this page.
The result is attached. 

Also 'cardattributes/fundstransferinquiry' API works very well from our implementation of visa client.

But `cardattributes/generalinquiry` API returns 'HTTP 500' for any values of 'primaryAccountNumber' 😞 

Alexey

AlexeyOrlenko
Helper

Re: PAAI generalinquiry returns HTTP 500 for test request

Hello 
Do you have any updates ?

Thank you in advance 

Alexey

Sanobar
Frequent Helper

Re: PAAI generalinquiry returns HTTP 500 for test request

Hi,

Can you please share the endpoint you are trying to use for calling this API? Also send request/response complete header with the body to investigate on our support email developer@visa.com

 

Thanks

Sanobar

AlexeyOrlenko
Helper

Re: PAAI generalinquiry returns HTTP 500 for test request

Hello 
The problem was on https://developer.visa.com/reference#paai__gaai
"Send Request" leaded to "HTTP 500" response. 

Now it is ok. Thank you for fixing.
Alexey