Get transactions by user

get/data/transactions

Query parameters

nextPagestring

page to retrieve, used for pagination

limitnumber

Max number of documents to retrieve

dateFromstring
Example:2024-04-03

Specifies the starting date from which to retrieve transactions. If you use this you cant use limit

dateTostring
Example:2024-04-03

Specifies the ending date until which to retrieve transactions. If you use this you cant use limit

includeDuplicates0 | 1

Specifies whether to return duplicates or not

sort1 | -1

1 for ascending, -1 for descending

accountIdstring

The accountId that the transactions are linked to

connectionIdstring

The connectionId that the transactions are linked to

type'BANK' | 'CARD'

The type of the provider

providerId'yahav-sandbox' | 'yahav' | 'undefined' | 'ubank-sandbox' | 'ubank' | 'pepper' | 'pagi-sandbox' | 'pagi' | 'otsarHahayal-sandbox' | 'otsarHahayal' | 'open-finance-sandbox' | 'open-finance-card-sandbox' | 'mizrahi-sandbox' | 'mizrahi' | 'mercantile-sandbox' | 'mercantile' | 'menora-sandbox' | 'max-sandbox' | 'max' | 'masad-sandbox' | 'masad' | 'leumi-sandbox' | 'leumi' | 'isracard-sandbox' | 'isracard' | 'hapoalim-sandbox' | 'hapoalim' | 'discount-sandbox' | 'discount' | 'cal-sandbox' | 'cal' | 'beinleumi-sandbox' | 'beinleumi' | 'americanExpress'

The providerId that the transactions are linked to

Response

Response

nextPagestring nullable

Represents the total number of items that exists after full pagination. The max transactions per request is 500

Changes