When I call the PushFundsTransactions (POST) method, I always get an action code 65 (Exceeds withdrawal frequency limit) in the response.
This even happens when I run the default test from the API documentation.
I even created a new project, but the result was the same.
Since this happens with the default test in the API documentation as well, I assume it's not the data that I'm sending through.
Could you please assist.
Solved! Go to Solution
Hey @johanl,
To continue, please provide the following information so that we can further investigate the error:
1. Endpoint
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header.
I found the solution in a forum discussion related to MultipushFundsTransactions (https://community.developer.visa.com/t5/Product-Functionality-Errors/MultiPushFunds-Invalid-input-fo...)
The default test payload uses a PAN that produces Action Code 65.
There are other PAN's that produce 00 (as well as other responses).
By changing the PAN, I was able to get the desired result.
Thanks for sharing the solution, @johanl.