Re: PushFundsTransactions POST returns code 65

Solved! Go to solution
johanl
Regular Visitor

PushFundsTransactions POST returns code 65

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.

3 REPLIES 3
API_Managers
Visa Developer Support Specialist

Re: PushFundsTransactions POST returns code 65

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,

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.

johanl
Regular Visitor

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.

ricardo_visa
Community Scholar

Re: PushFundsTransactions POST returns code 65

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.