| ConsentId | string or null The consent ID for which to retrieve transactions |
| UserId | string or null The User ID for which to retrieve transactions |
| ExternalUserId | string or null The External User ID for which to retrieve transactions |
| AccountId | string or null <guid> The Account ID for which to retrieve transactions (optional) |
| DateFrom | string or null <date-time> Retrieve all transactions from this date |
| DateTo | string or null <date-time> Retrieve all transactions till this date |
| Currency | string or null Retrieve all transactions with this currency |
| Description | string or null Retrieve all transactions that contains this description |
| Amount | number or null <decimal> Retrieve all transactions with this amount |
| MinAmount | number or null <decimal> Retrieve all transactions with a minimum of the given amount |
| MaxAmount | number or null <decimal> Retrieve all transactions with a maximum of the given amount |
| OrderBy | string or null Sort all transactions by this PropertyName (camelCase) |
| OrderDirection | string or null Sort direction (DESC/ASC) |
| PageSize | integer <int32> Maximum number of transactions to return in one page (defaults to 100, max 1000) |
| PageToken | string or null The page token to use for pagination |
{- "data": [
- {
- "id": "string",
- "accountId": "string",
- "accountNumber": "string",
- "description": "string",
- "bookDate": "string",
- "transactionDateTime": "2019-08-24T14:15:22Z",
- "amount": 0,
- "balanceAfterTransaction": 0,
- "currency": "string",
- "counterpartDescription": "string",
- "counterpartAccountNumber": "string",
- "providerProperties": {
- "providerKey": "string",
- "transactionId": "string",
- "transactionType": "string",
- "transactionTypeName": "string",
- "reasonCode": "string",
- "purposeCode": "string",
- "remittanceInfo": "string",
- "remittanceInfoType": "string",
- "remittanceInfoIssuer": "string",
- "balanceAfterTransaction": 0,
- "endToEndId": "string",
- "mandateId": "string",
- "numberOfTransactions": 0,
- "paymentInformationId": "string"
}, - "category": {
- "l0Name": "string",
- "l1Name": "string",
- "l2Name": "string",
- "l3Name": "string",
- "code": "string",
- "z1": {
- "l0Name": "string",
- "l1Name": "string",
- "l2Name": "string",
- "l3Name": "string",
- "code": "string"
}, - "z2": {
- "category": "string",
- "confidence": 0,
- "entity": "string"
}
}
}
], - "nextPageToken": "string"
}