List card transactions

Lists transactions on the card. Hidden (dismissed) transactions are excluded unless showHidden=true is passed.

Fetch card transactions for a specific user and card. Pagination is available to handle large amounts of transactions. The transactionId can be used in the fields endpoint to create an expense from the card transaction.

📘

Approval necessary

Before this endpoint and transactions can be made available, you as a partner need to go through an approval process. Transaction from connected cards will be available in the Findity WL clients without additional approval process, which is only needed if you build an integration against the Expense API.

Path Params
string
required
^[0-9a-fA-F]{32}$

The id of the organization of the user

string
required
^[0-9a-fA-F]{32}$

The id of the payment card to retrieve

Query Params
include
array of strings

optional properties to include

include
Allowed:
integer
1 to 1000
Defaults to 10

max records to return

integer
≥ 0
Defaults to 0

the offset to be used in list

boolean
Defaults to false

optional flag to show hidden transactions

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json