v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Get Transactions

Fetches all transactions for all cards according to the query parameters.

get/cards/transactions

Query parameters

pageinteger

Specifies the position the response data should begin from.

limitinteger

The number of transactions to fetch.

fromDatestring date

This is the start date of the date range.

toDatestring date

This is the end date of the date range.

Response

Transactions fetched successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.