Retrieve paged transactions
Authorizations:
bearer
query Parameters
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 |
DateFrom | string or null <date-time> |
DateTo | string or null <date-time> |
Currency | string or null |
Description | string or null |
Amount | number or null <decimal> |
MinAmount | number or null <decimal> |
MaxAmount | number or null <decimal> |
OrderBy | string or null |
OrderDirection | string or null |
PageSize | integer <int32> |
PageToken | string or null |
Responses
Response samples
- 200
- 400
Content type
application/json
{- "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
}, - "category": {
- "l0Name": "string",
- "l1Name": "string",
- "l2Name": "string",
- "l3Name": "string",
- "code": "string"
}
}
], - "nextPageToken": "string"
}