Re: Visa Transaction Query Test

Inovar
Regular Visitor

Visa Transaction Query Test

Hello,

 

All Scenario Test for Transaction query is getting this error message bellow:

 "API Validation Error: 3001. Mandatory field 'acquiringBIN' is missing or has invalid content."

 

Even though, I'm using acquiringBin ("408999") suggested by based test data (v1) from visa API's tests.

 

 

1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: Visa Transaction Query Test

Hi @Inovar,

 

To resolve the problem, please use either of the below combination to use our Query API. Below are the sample query call.

 

https://sandbox.api.visa.com/visadirect/v1/transactionquery?stan=235626&rrn=412770235626&acquiringBI...

 

or


https://sandbox.api.visa.com/visadirect/v1/transactionquery?acquiringBIN=408999&transactionIdentifie...

 




Thanks,

Tee



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