Get payments / transactions made for a Date Interval

Solved! Go to solution
DavidHB
Regular Visitor

Get payments / transactions made for a Date Interval

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

5 REPLIES 5
API_Managers
Visa Developer Support Specialist

Re: Get payments / transactions made for a Date Interval

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.

 

 




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.

DavidHB
Regular Visitor

Re: Get payments / transactions made for a Date Interval

Hi @

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

 

API_Managers
Visa Developer Support Specialist

Re: Get payments / transactions made for a Date Interval

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.

 

 

 




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.

vkamboj
Community Moderator

Re: Get payments / transactions made for a Date Interval

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 

Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
DavidHB
Regular Visitor

Re: Get payments / transactions made for a Date Interval

Hello @

 

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