Retrieve a collection of transactions
GET/api/transactions
This API endpoint is designed to retrieve a collection of transactions, providing a valuable tool for accessing recent transaction data for an account within your system.
Request
Query Parameters
Include externalIntegrations field in response items.
Default value: 1
The collection page number
Possible values: <= 50
Default value: 30
The number of items per page
Enable or disable pagination
Filter by absolute amount
Filter by absolute amount
Filter by absolute amount
Filter by absolute amount
Possible values: [fee, fx, peer, payout, payin, card]
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
The date and time in ISO 8601 format. If only the date portion is provided, the time will default to 00:00:00. Example: "2024-11-21T11:54:39.000Z"
Possible values: [ASC, DESC]
Sort the results by the specified field
Possible values: [ASC, DESC]
Sort the results by the specified field
Possible values: [ASC, DESC]
Sort the results by the specified field
Possible values: [ASC, DESC]
Sort the results by the specified field
Responses
- 200
- 401
- 403
OK - The request was processed successfully.
- application/ld+json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"hydra:member": [
{
"id": 1,
"currency": "CHF",
"amount": "100.00",
"type": "payin",
"executionDate": "2023-01-01T00:00:00+00:00",
"executed": true,
"createdAt": "2023-01-01T00:00:00+00:00",
"updatedAt": "2023-01-01T00:00:00+00:00",
"account": 1,
"transactionDetailId": 1,
"tags": [
"tag1",
"tag2"
],
"documents": [],
"externalIntegrations": [
{
"externalId": "282",
"type": "initial",
"documentId": "111-111",
"lastTriggeredAt": "2025-02-21T17:40:32+00:00",
"integrationType": "bexio"
}
]
}
],
"hydra:totalItems": 1
}
{
"hydra:member": [
{
"id": 1,
"currency": "CHF",
"amount": "100.00",
"type": "payin",
"executionDate": "2023-01-01T00:00:00+00:00",
"executed": true,
"createdAt": "2023-01-01T00:00:00+00:00",
"updatedAt": "2023-01-01T00:00:00+00:00",
"account": 1,
"transactionDetailId": 1,
"tags": [
"tag1",
"tag2"
],
"documents": [],
"externalIntegrations": [
{
"externalId": "282",
"type": "initial",
"documentId": "111-111",
"lastTriggeredAt": "2025-02-21T17:40:32+00:00",
"integrationType": "bexio"
}
]
}
],
"hydra:totalItems": 1
}
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"detail": "string"
}