v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBList transactions
List transactions without their metadata. If you provide at least one of the following parameters, the eventDateStart parameter is optional.
- id
- authorizationId
- authorizationIds
- statementId
- authorizationTrackingId
- numberOfLatestTransactions
If you don't provide any of the above parameters, you must include the eventDateStart parameter, and the maximum allowed query range is 90 days.
Query parameters
Statement ID
Customer ID
Transaction type ID filter.
Processing code
Show only credit (true) or debit (false) transactions.
Filter on StatementPost field. This field indicates whether a transaction should be posted to the statement.
The authorization ID
The authorization type
Event date period start
The order of the result set. The results are always ordered by transaction date. This param indicates whether the order is ascending or descending.
Event date period end
Number of latest transactions. Get the X latest transactions from the date specified in the event_date field. This filter overwrites page filters and doesn't allow any other filters with it.
Authorization tracking ID
Maximum number of transactions per page.
Page offset of transactions. Indicates which page to start with when returning the results. Defaults to 0.
Array of transaction IDs
User category
Payment method ID
Response
OK
Example response
{
"items": [
{
"id": "E1234567890123456789012345678901",
"debtor_account_id": "156704",
"creditor_account_id": "257938",
"amount": 1000,
"refundable_amount": 900,
"settlement_time": "2025-10-23T09:00:00Z"
}
]
}