Hello
I'm starting to use the VISA API and I can already get some data like the status, cardholder, card id.
But I need to filter the transactions made by date. Specifically, I need the payments made for a range of dates
Using the "Digital Card and Account Services" API I can obtain all the transactions and paginate them, but I need to filter at least per month
How can I do it?
Thank you
Solved! Go to Solution
Hi @DavidHB,
Good question! The Retrieve Transaction History API filtering will need to be done by the API developer consuming the API.
Please know, the Digital Card and Account Services API is only applicable for a DPS processed client.
Hi @DianaTran-Yee
Thanks for your answer
I understand that I must retrieve the transaction history to sort and filter locally on my database, but I need to know the following:
* What is the criterion used by the method of the Digital Card and Account Services API ?? I need to know how the information comes.
* What is the meaning of DPS?
I was reading the API documentation but I did not find information about it
regards
Hi @DavidHB,
Please see my inline answers to your questions.
Q&A
I understand that I must retrieve the transaction history to sort and filter locally on my database, but I need to know the following:
1. What is the criterion used by the method of the Digital Card and Account Services API ?? I need to know how the information comes.
[Answer] Primary Account Number, also referred to as a PAN.
2. What is the meaning of DPS?
[Answer] DPS, owned by Visa is the largest processor of Visa debit transactions globally.
Hello @DavidHB,
At this time, we do not have the functionality where you can filter the transactions by month. We are currently working on that enhancement which will be released in the future release.
But I recommend you to take a look at Visa Account Management Suite which might be a good fit
https://developer.visa.com/capabilities/visa_account_management_suite
Thank you,
Vaibhav
Hello @vkambo
Thanks for your answer
I briefly explain the situation.
The sales force of our client company have corporate VISA cards.
The administration needs to control the expenses of each corporate card.
Currently they can download a file with the transactions of each card once a month.
We are investigating if it is possible to obtain the transactions made with the corporate cards so as not to wait until the end of the month and download the file.
I belong to a software company that develops customized solutions (our client and we are from Argentina).
The API that you named me seems to be only available to banks, which would not be our case.
Maybe with this information you can recommend me an API or method.
regards