Sessions API
Get account snapshot of a session in intermission.
get/sessions/{transaction-id}/accountSnapshot
Path parameters
transaction-idstring required
The transaction-id, which is returned after the session is created.
Response
Request successfully processed
Example response
[
{
"account": {
"holder": "MUSTERMANN, HARTMUT",
"description": "Girokonto",
"iban": "DE62888888880012345678",
"bic": "TESTDE88XXX",
"country_id": "DE"
},
"balance": {
"available": 3123.55,
"limit": 1000.5,
"balance": 2123.23,
"currency": "EUR",
"date": "2017-12-06T00:00:00Z"
},
"turnovers": {
"turnovers": [
{
"booking_date": "2017-10-08T00:00:00Z",
"amount": -962,
"currency_id": "EUR",
"purpose": [
"SEPA-DAUERAUFTRAG EMPFAENGER HAUSVERWALTUNG"
],
"counter_iban": "DE18701693100100029394",
"counter_bic": "GENODEF1ALX",
"counter_holder": "MUSTERMANN, HARTMUT",
"canceled": true,
"tags": [
"expenditure"
],
"category_id": "K.1.2",
"creditor_id": "LU96ZZZ0000000000000000058",
"new": true,
"transaction_id": "8943aefb-ec2b-46fa-8a38-dc264af13eb3",
"booking_text": "LASTSCHRIFT",
"purpose_code": "SALA",
"reason_code": "RUECKLASTSCHRIFT Rueckgabe mangels Deckung",
"mandate_id": "MRN1234567890",
"endToEnd_id": "LO-123-1234567890",
"bank_transaction_code": "PMNT",
"swift_transaction_code": "NTRF+153+00931"
}
],
"date": "2018-07-09",
"days": 10,
"filters": [
"rent"
]
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.