added
Release Notes for Account Statement API: 11/10/2022
about 2 years ago
Integrated Finance clients can now benefit from a comprehensive summary of financial accounts with the newly released Account Statement API Account Statement API Guide. Below, you will find details about the functionalities included in this release.
- A new endpoint was added to query the Account Statement list: Account Statements
metadata.page.number
metadata.page.size
data.accountStatement.transactionNumber
data.accountStatement.entryDateTimeFrom
data.accountStatement.entryDateTimeTo
GET /accounts/{accountId}/account-statements
{
"workflow": {},
"data": {
"accountStatements": [
{
"accountId": "00000000-0000-0000-0000-000000000000",
"transactionNumber": "20220822-GK2ADA",
"transactionType": "adjustment",
"entryType": "principal",
"entryDateTime": "2022-09-09T09:13:10.496",
"direction": "credit/debit",
"amount": 10,
"balance": 153019.26,
"currency": "TRY",
"narrative": "Transfer fee for 20220822-GK2ADA"
}
]
},
"connect": {},
"metadata": {
"page": {
"size": 20,
"number": 0,
"totalElements": 1,
"totalPages": 1
}
}
}