- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thanks,
Diana
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: PushFundsTransactions POST returns code 65
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for sharing the solution, @johanl.
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.