- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Visa Community!
I develop the application that integrates with the Visa API. I try to test successful pushfundstransactions request
Here is the link for it's documentation:
https://developer.visa.com/capabilities/visa_direct/reference#tag/Funds-Transfer-API/operation/creat...
Unfortunately, when I enter all the valid data, it always gives me back actionCode 65, which means `Exceeds withdrawal frequency limit`;
How can I get successful response with code `00`?
Here is my payload:
{
"businessApplicationId" : "AA",
"retrievalReferenceNumber" : "201502524921",
"cardAcceptor" : {
"idCode" : "201502541958",
"address" : {
"county" : "San Mateo",
"country" : "US",
"state" : "CA",
"zipCode" : "64133"
},
"name" : "Visa Inc. USA-Foster City",
"terminalId" : "TID-9999"
},
"sourceOfFundsCode" : "05",
"merchantCategoryCode" : "6012",
"acquirerCountryCode" : "840",
"senderReference" : "2015025249211234",
"recipientPrimaryAccountNumber" : "4957030420210496",
"senderAccountNumber" : "4653459515756154",
"transactionCurrencyCode" : "USD",
"acquiringBin" : "******", // hidden just in case
"transactionIdentifier" : 1636983804431,
"localTransactionDateTime" : "2021-11-15T02:43:24",
"amount" : 124.05,
"systemsTraceAuditNumber" : "524921"
}
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Get different actionCodes from Visa API sandbox
Thank you for your question, @developer_visa. Our agent will look into this and get back to you as soon as possible. In the meantime, if any community member knows the solution, please feel free to reply here! -Jenn
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Get different actionCodes from Visa API sandbox
Hi @developer_visa,
I have reached out internally to see if there is test data that returns actionCode 00 in the response and I'll share with you as soon as I hear back from the team. Thanks for your patience.
Best,
Stacey
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: Get different actionCodes from Visa API sandbox
Hi @developer_visa,
Please send an email to developer@visa.com. The test data contains PAN information and we cannot post on a public forum. We'll share it with you via email. Thanks.
Best,
Stacey
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: Get different actionCodes from Visa API sandbox
Hello @SLi
I have sent an email to developers@visa.com and looking forward to recieving a credentials.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @developer_visa,
I sent you a sample request payload via email. Please check and let me know how it works.
Best,
Stacey
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: Get different actionCodes from Visa API sandbox
It works great.
Thanks and have a nice day!